#C09B9E

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

Shades of Careys Pink #C09B9E

Tints of Careys Pink #C09B9E

Color information

#C09B9E (or 0xC09B9E) is unknown color: approx Careys Pink. HEX triplet: C0, 9B and 9E. RGB value is (192,155,158). Sum of RGB (Red+Green+Blue) = 192+155+158=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09B9E is #3F6461. Grayscale: #A6A6A6. Windows color (decimal): -4154466 or 10394560. OLE color: 10394560.

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

Color convert

RGB192155158-
CMYK00.190.180.25
HSL355.14º22.7%68.04%-
HSV(B)355.14º19.27%75.29%-
XYZ39.6337.1237.42-
YUV166.4123.26146.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.02%
GREEN value IS 155 (60.94% from 255) = 30.69%
BLUE value IS 158 (62.11% from 255) = 31.29%
R=38.02%
G=30.69%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215515800.190.180.25355.1422.768.04
HexC09B9E01312191631744
Octal300233236023223154327104
Binary1100000010011011100111100100111001011001101100011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09B9E; }

 p { color: rgb(192,155,158); }

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

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

 a { background-color: rgb(192,155,158); }

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

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

 span { border-color: rgb(192,155,158); }

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