#C4D2BC

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

Shades of Surf Crest #C4D2BC

Tints of Surf Crest #C4D2BC

Color information

#C4D2BC (or 0xC4D2BC) is unknown color: approx Surf Crest. HEX triplet: C4, D2 and BC. RGB value is (196,210,188). Sum of RGB (Red+Green+Blue) = 196+210+188=594 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.00% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D2BC is #3B2D43. Grayscale: #CBCBCB. Windows color (decimal): -3878212 or 12374724. OLE color: 12374724.

HSL color Cylindrical-coordinate representation of color #C4D2BC: hue angle of 98.18º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4D2BC is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB196210188-
CMYK0.0700.100.18
HSL98.18º19.64%78.04%-
HSV(B)98.18º10.48%82.35%-
XYZ54.8961.4656.55-
YUV203.31119.36122.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.00%
GREEN value IS 210 (82.42% from 255) = 35.35%
BLUE value IS 188 (73.83% from 255) = 31.65%
R=33.00%
G=35.35%
B=31.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1962101880.0700.100.1898.1819.6478.04
HexC4D2BC70A1262144e
Octal30432227470122214224116
Binary11000100110100101011110011101010100101100010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D2BC; }

 p { color: rgb(196,210,188); }

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

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

 a { background-color: rgb(196,210,188); }

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

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

 span { border-color: rgb(196,210,188); }

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