#C09699

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

Shades of Careys Pink #C09699

Tints of Careys Pink #C09699

Color information

#C09699 (or 0xC09699) is unknown color: approx Careys Pink. HEX triplet: C0, 96 and 99. RGB value is (192,150,153). Sum of RGB (Red+Green+Blue) = 192+150+153=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C09699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09699 is #3F6966. Grayscale: #A2A2A2. Windows color (decimal): -4155751 or 10065600. OLE color: 10065600.

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

Color convert

RGB192150153-
CMYK00.220.200.25
HSL355.71º25%67.06%-
HSV(B)355.71º21.88%75.29%-
XYZ38.3935.3234.93-
YUV162.9122.41148.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 150 (58.98% from 255) = 30.30%
BLUE value IS 153 (60.16% from 255) = 30.91%
R=38.79%
G=30.30%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215015300.220.200.25355.712567.06
HexC0969901614191641943
Octal300226231026243154431103
Binary1100000010010110100110010101101010011001101100100110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09699; }

 p { color: rgb(192,150,153); }

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

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

 a { background-color: rgb(192,150,153); }

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

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

 span { border-color: rgb(192,150,153); }

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