#C09DA2

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

Shades of Careys Pink #C09DA2

Tints of Careys Pink #C09DA2

Color information

#C09DA2 (or 0xC09DA2) is unknown color: approx Careys Pink. HEX triplet: C0, 9D and A2. RGB value is (192,157,162). Sum of RGB (Red+Green+Blue) = 192+157+162=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C09DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09DA2 is #3F625D. Grayscale: #A8A8A8. Windows color (decimal): -4153950 or 10657216. OLE color: 10657216.

HSL color Cylindrical-coordinate representation of color #C09DA2: hue angle of 351.43º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C09DA2 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB192157162-
CMYK00.180.160.25
HSL351.43º21.74%68.43%-
HSV(B)351.43º18.23%75.29%-
XYZ40.3237.9339.38-
YUV168.04124.6145.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.57%
GREEN value IS 157 (61.72% from 255) = 30.72%
BLUE value IS 162 (63.67% from 255) = 31.70%
R=37.57%
G=30.72%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215716200.180.160.25351.4321.7468.43
HexC09DA2012101915f1644
Octal300235242022203153726104
Binary1100000010011101101000100100101000011001101011111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09DA2; }

 p { color: rgb(192,157,162); }

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

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

 a { background-color: rgb(192,157,162); }

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

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

 span { border-color: rgb(192,157,162); }

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