#C4CBC0

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

Shades of Surf Crest #C4CBC0

Tints of Surf Crest #C4CBC0

Color information

#C4CBC0 (or 0xC4CBC0) is unknown color: approx Surf Crest. HEX triplet: C4, CB and C0. RGB value is (196,203,192). Sum of RGB (Red+Green+Blue) = 196+203+192=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CBC0 is #3B343F. Grayscale: #C7C7C7. Windows color (decimal): -3880000 or 12635076. OLE color: 12635076.

HSL color Cylindrical-coordinate representation of color #C4CBC0: hue angle of 98.18º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C4CBC0 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB196203192-
CMYK0.0300.050.20
HSL98.18º9.57%77.45%-
HSV(B)98.18º5.42%79.61%-
XYZ53.6458.2558.29-
YUV199.65123.68125.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.16%
GREEN value IS 203 (79.69% from 255) = 34.35%
BLUE value IS 192 (75.39% from 255) = 32.49%
R=33.16%
G=34.35%
B=32.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1962031920.0300.050.2098.189.5777.45
HexC4CBC03051462a4d
Octal3043133003052414212115
Binary11000100110010111100000011010110100110001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CBC0; }

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

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

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

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

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

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

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

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