Shades of Careys Pink #C09B9C
Tints of Careys Pink #C09B9C
RGB
CMYK
RGB Variations
Color information
#C09B9C (or 0xC09B9C) is known color: Careys Pink. HEX triplet: C0, 9B and 9C. RGB value is (192,155,156). Sum of RGB (Red+Green+Blue) = 192+155+156=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09B9C is #3F6463. Grayscale: #A6A6A6. Windows color (decimal): -4154468 or 10263488. OLE color: 10263488.
HSL color Cylindrical-coordinate representation of color #C09B9C: hue angle of 358.38º 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 #C09B9C is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 155 | 156 | - |
CMYK | 0 | 0.19 | 0.19 | 0.25 |
HSL | 358.38º | 0.23% | 0.68% | - |
HSV(B) | 358.38º | 0.19% | 0.75% | - |
XYZ | 39.46 | 37.05 | 36.52 | - |
YUV | 166.18 | 122.26 | 146.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 155 | 156 | 0 | 0.19 | 0.19 | 0.25 | 358.38 | 0.23 | 0.68 |
Hex | C0 | 9B | 9C | 0 | 13 | 13 | 19 | 166 | 17 | 44 |
Octal | 300 | 233 | 234 | 0 | 23 | 23 | 31 | 546 | 27 | 104 |
Binary | 11000000 | 10011011 | 10011100 | 0 | 10011 | 10011 | 11001 | 101100110 | 10111 | 1000100 |
Color Harmonies of #C09B9C
Complementary color
Monochromatic Colors of #C09B9C
Black with #C09B9C
Text Example
Text Example
White with #C09B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B9C; }
p { color: rgb(192,155,156); }
H1.HeaderClassName
{
color: #C09B9C;
}
.AnyTagClassName
{
color: #C09B9C;
}
</style>
background-color css
<style>
a { background-color: #C09B9C; }
a { background-color: rgb(192,155,156); }
div.DivClassName
{
background-color: #C09B9C;
}
.BgClassName
{
background-color: #C09B9C;
}
</style>
border-color css
<style>
span { border-color: #C09B9C; }
span { border-color: rgb(192,155,156); }
td.TdClassName
{
border-color: #C09B9C;
}
.TagClassName
{
border-color: #C09B9C;
}
</style>