#CBD0CA

Color #CBD0CA Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #CBD0CA

Tints of Surf Crest #CBD0CA

Color information

#CBD0CA (or 0xCBD0CA) is unknown color: approx Surf Crest. HEX triplet: CB, D0 and CA. RGB value is (203,208,202). Sum of RGB (Red+Green+Blue) = 203+208+202=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD0CA is #342F35. Grayscale: #CDCDCD. Windows color (decimal): -3419958 or 13291723. OLE color: 13291723.

HSL color Cylindrical-coordinate representation of color #CBD0CA: hue angle of 110º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CBD0CA is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB203208202-
CMYK0.0200.030.18
HSL110º6%80.39%-
HSV(B)110º2.88%81.57%-
XYZ57.8562.0764.81-
YUV205.82125.84125.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.12%
GREEN value IS 208 (81.64% from 255) = 33.93%
BLUE value IS 202 (79.30% from 255) = 32.95%
R=33.12%
G=33.93%
B=32.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032082020.0200.030.18110680.39
HexCBD0CA203126e650
Octal313320312203221566120
Binary110010111101000011001010100111001011011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD0CA; }

 p { color: rgb(203,208,202); }

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

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

 a { background-color: rgb(203,208,202); }

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

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

 span { border-color: rgb(203,208,202); }

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