Shades of Surf Crest #CCCFCB
Tints of Surf Crest #CCCFCB
RGB
CMYK
RGB Variations
Color information
#CCCFCB (or 0xCCCFCB) is known color: Surf Crest. HEX triplet: CC, CF and CB. RGB value is (204,207,203). Sum of RGB (Red+Green+Blue) = 204+207+203=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFCB is #333034. Grayscale: #CDCDCD. Windows color (decimal): -3354677 or 13357004. OLE color: 13357004.
HSL color Cylindrical-coordinate representation of color #CCCFCB: hue angle of 105º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CCCFCB is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 204 | 207 | 203 | - |
CMYK | 0.01 | 0 | 0.02 | 0.19 |
HSL | 105º | 0.04% | 0.8% | - |
HSV(B) | 105º | 0.02% | 0.81% | - |
XYZ | 57.99 | 61.77 | 65.37 | - |
YUV | 205.65 | 126.51 | 126.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 207 | 203 | 0.01 | 0 | 0.02 | 0.19 | 105 | 0.04 | 0.8 |
Hex | CC | CF | CB | 1 | 0 | 2 | 13 | 69 | 4 | 50 |
Octal | 314 | 317 | 313 | 1 | 0 | 2 | 23 | 151 | 4 | 120 |
Binary | 11001100 | 11001111 | 11001011 | 1 | 0 | 10 | 10011 | 1101001 | 100 | 1010000 |
Color Harmonies of #CCCFCB
Complementary color
Monochromatic Colors of #CCCFCB
Black with #CCCFCB
Text Example
Text Example
White with #CCCFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFCB; }
p { color: rgb(204,207,203); }
H1.HeaderClassName
{
color: #CCCFCB;
}
.AnyTagClassName
{
color: #CCCFCB;
}
</style>
background-color css
<style>
a { background-color: #CCCFCB; }
a { background-color: rgb(204,207,203); }
div.DivClassName
{
background-color: #CCCFCB;
}
.BgClassName
{
background-color: #CCCFCB;
}
</style>
border-color css
<style>
span { border-color: #CCCFCB; }
span { border-color: rgb(204,207,203); }
td.TdClassName
{
border-color: #CCCFCB;
}
.TagClassName
{
border-color: #CCCFCB;
}
</style>