Shades of Jet Stream #CACCCB
Tints of Jet Stream #CACCCB
RGB
CMYK
RGB Variations
Color information
#CACCCB (or 0xCACCCB) is known color: Jet Stream. HEX triplet: CA, CC and CB. RGB value is (202,204,203). Sum of RGB (Red+Green+Blue) = 202+204+203=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 204 - color contains mainly: green. Hex color #CACCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCCB is #353334. Grayscale: #CBCBCB. Windows color (decimal): -3486517 or 13356234. OLE color: 13356234.
HSL color Cylindrical-coordinate representation of color #CACCCB: hue angle of 150º degrees, saturation: 0.02, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CACCCB is Cyan = 0.01, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
RGB | 202 | 204 | 203 | - |
CMYK | 0.01 | 0 | 0.00 | 0.2 |
HSL | 150º | 0.02% | 0.8% | - |
HSV(B) | 150º | 0.01% | 0.8% | - |
XYZ | 56.73 | 60.05 | 65.1 | - |
YUV | 203.29 | 127.84 | 127.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 204 | 203 | 0.01 | 0 | 0.00 | 0.2 | 150 | 0.02 | 0.8 |
Hex | CA | CC | CB | 1 | 0 | 0 | 14 | 96 | 2 | 50 |
Octal | 312 | 314 | 313 | 1 | 0 | 0 | 24 | 226 | 2 | 120 |
Binary | 11001010 | 11001100 | 11001011 | 1 | 0 | 0 | 10100 | 10010110 | 10 | 1010000 |
Color Harmonies of #CACCCB
Complementary color
Monochromatic Colors of #CACCCB
Black with #CACCCB
Text Example
Text Example
White with #CACCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACCCB; }
p { color: rgb(202,204,203); }
H1.HeaderClassName
{
color: #CACCCB;
}
.AnyTagClassName
{
color: #CACCCB;
}
</style>
background-color css
<style>
a { background-color: #CACCCB; }
a { background-color: rgb(202,204,203); }
div.DivClassName
{
background-color: #CACCCB;
}
.BgClassName
{
background-color: #CACCCB;
}
</style>
border-color css
<style>
span { border-color: #CACCCB; }
span { border-color: rgb(202,204,203); }
td.TdClassName
{
border-color: #CACCCB;
}
.TagClassName
{
border-color: #CACCCB;
}
</style>