#C198A0

Color #C198A0 Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #C198A0

Tints of Careys Pink #C198A0

Color information

#C198A0 (or 0xC198A0) is unknown color: approx Careys Pink. HEX triplet: C1, 98 and A0. RGB value is (193,152,160). Sum of RGB (Red+Green+Blue) = 193+152+160=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 193 - color contains mainly: red. Hex color #C198A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C198A0 is #3E675F. Grayscale: #A5A5A5. Windows color (decimal): -4089696 or 10524865. OLE color: 10524865.

HSL color Cylindrical-coordinate representation of color #C198A0: hue angle of 348.29º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C198A0 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB193152160-
CMYK00.210.170.24
HSL348.29º24.85%67.65%-
HSV(B)348.29º21.24%75.69%-
XYZ39.5736.3338.19-
YUV165.17125.08147.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 38.22%
GREEN value IS 152 (59.77% from 255) = 30.10%
BLUE value IS 160 (62.89% from 255) = 31.68%
R=38.22%
G=30.10%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315216000.210.170.24348.2924.8567.65
HexC198A0015111815c1944
Octal301230240025213053431104
Binary1100000110011000101000000101011000111000101011100110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C198A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C198A0; }

 p { color: rgb(193,152,160); }

 H1.HeaderClassName
 {
   color: #C198A0;
 }
 .AnyTagClassName
 {
   color: #C198A0;
 }
</style>
background-color css

<style>
 a { background-color: #C198A0; }

 a { background-color: rgb(193,152,160); }

 div.DivClassName
 {
   background-color: #C198A0;
 }
 .BgClassName
 {
   background-color: #C198A0;
 }
</style>
border-color css

<style>
 span { border-color: #C198A0; }

 span { border-color: rgb(193,152,160); }

 td.TdClassName
 {
   border-color: #C198A0;
 }
 .TagClassName
 {
   border-color: #C198A0;
 }
</style>