#C4CEBD

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

Shades of Surf Crest #C4CEBD

Tints of Surf Crest #C4CEBD

Color information

#C4CEBD (or 0xC4CEBD) is unknown color: approx Surf Crest. HEX triplet: C4, CE and BD. RGB value is (196,206,189). Sum of RGB (Red+Green+Blue) = 196+206+189=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CEBD is #3B3142. Grayscale: #C9C9C9. Windows color (decimal): -3879235 or 12439236. OLE color: 12439236.

HSL color Cylindrical-coordinate representation of color #C4CEBD: hue angle of 95.29º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4CEBD is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB196206189-
CMYK0.0500.080.19
HSL95.29º14.78%77.45%-
HSV(B)95.29º8.25%80.78%-
XYZ54.0259.5556.79-
YUV201.07121.19124.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.16%
GREEN value IS 206 (80.86% from 255) = 34.86%
BLUE value IS 189 (74.22% from 255) = 31.98%
R=33.16%
G=34.86%
B=31.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1962061890.0500.080.1995.2914.7877.45
HexC4CEBD508135ff4d
Octal30431627550102313717115
Binary1100010011001110101111011010100010011101111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CEBD; }

 p { color: rgb(196,206,189); }

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

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

 a { background-color: rgb(196,206,189); }

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

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

 span { border-color: rgb(196,206,189); }

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