#CBE0C0

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

Shades of Surf Crest #CBE0C0

Tints of Surf Crest #CBE0C0

Color information

#CBE0C0 (or 0xCBE0C0) is unknown color: approx Surf Crest. HEX triplet: CB, E0 and C0. RGB value is (203,224,192). Sum of RGB (Red+Green+Blue) = 203+224+192=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE0C0 is #341F3F. Grayscale: #D6D6D6. Windows color (decimal): -3415872 or 12640459. OLE color: 12640459.

HSL color Cylindrical-coordinate representation of color #CBE0C0: hue angle of 99.37º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBE0C0 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB203224192-
CMYK0.0900.140.12
HSL99.37º34.04%81.57%-
HSV(B)99.37º14.29%87.84%-
XYZ60.869.8160.14-
YUV214.07115.54120.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.79%
GREEN value IS 224 (87.89% from 255) = 36.19%
BLUE value IS 192 (75.39% from 255) = 31.02%
R=32.79%
G=36.19%
B=31.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032241920.0900.140.1299.3734.0481.57
HexCBE0C090EC632252
Octal313340300110161414342122
Binary110010111110000011000000100101110110011000111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE0C0; }

 p { color: rgb(203,224,192); }

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

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

 a { background-color: rgb(203,224,192); }

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

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

 span { border-color: rgb(203,224,192); }

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