#C4CCBE

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

Shades of Surf Crest #C4CCBE

Tints of Surf Crest #C4CCBE

Color information

#C4CCBE (or 0xC4CCBE) is unknown color: approx Surf Crest. HEX triplet: C4, CC and BE. RGB value is (196,204,190). Sum of RGB (Red+Green+Blue) = 196+204+190=590 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.22% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CCBE is #3B3341. Grayscale: #C8C8C8. Windows color (decimal): -3879746 or 12504260. OLE color: 12504260.

HSL color Cylindrical-coordinate representation of color #C4CCBE: hue angle of 94.29º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C4CCBE is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB196204190-
CMYK0.0400.070.2
HSL94.29º12.07%77.25%-
HSV(B)94.29º6.86%80%-
XYZ53.6558.6457.21-
YUV200.01122.35125.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.22%
GREEN value IS 204 (80.08% from 255) = 34.58%
BLUE value IS 190 (74.61% from 255) = 32.20%
R=33.22%
G=34.58%
B=32.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1962041900.0400.070.294.2912.0777.25
HexC4CCBE407145ec4d
Octal3043142764072413614115
Binary110001001100110010111110100011110100101111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CCBE; }

 p { color: rgb(196,204,190); }

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

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

 a { background-color: rgb(196,204,190); }

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

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

 span { border-color: rgb(196,204,190); }

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