#CBCECA

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

Shades of Surf Crest #CBCECA

Tints of Surf Crest #CBCECA

Color information

#CBCECA (or 0xCBCECA) is unknown color: approx Surf Crest. HEX triplet: CB, CE and CA. RGB value is (203,206,202). Sum of RGB (Red+Green+Blue) = 203+206+202=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCECA is #343135. Grayscale: #CCCCCC. Windows color (decimal): -3420470 or 13291211. OLE color: 13291211.

HSL color Cylindrical-coordinate representation of color #CBCECA: 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 #CBCECA is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB203206202-
CMYK0.0100.020.19
HSL105º3.92%80%-
HSV(B)105º1.94%80.78%-
XYZ57.3661.164.65-
YUV204.65126.51126.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.22%
GREEN value IS 206 (80.86% from 255) = 33.72%
BLUE value IS 202 (79.30% from 255) = 33.06%
R=33.22%
G=33.72%
B=33.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2032062020.0100.020.191053.9280
HexCBCECA1021369450
Octal313316312102231514120
Binary11001011110011101100101010101001111010011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCECA; }

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

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

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

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

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

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

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

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