#C2CCBE

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

Shades of Surf Crest #C2CCBE

Tints of Surf Crest #C2CCBE

Color information

#C2CCBE (or 0xC2CCBE) is unknown color: approx Surf Crest. HEX triplet: C2, CC and BE. RGB value is (194,204,190). Sum of RGB (Red+Green+Blue) = 194+204+190=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCBE is #3D3341. Grayscale: #C7C7C7. Windows color (decimal): -4010818 or 12504258. OLE color: 12504258.

HSL color Cylindrical-coordinate representation of color #C2CCBE: hue angle of 102.86º 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 #C2CCBE is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB194204190-
CMYK0.0500.070.2
HSL102.86º12.07%77.25%-
HSV(B)102.86º6.86%80%-
XYZ53.1458.3757.18-
YUV199.41122.69124.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.99%
GREEN value IS 204 (80.08% from 255) = 34.69%
BLUE value IS 190 (74.61% from 255) = 32.31%
R=32.99%
G=34.69%
B=32.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1942041900.0500.070.2102.8612.0777.25
HexC2CCBE5071467c4d
Octal3023142765072414714115
Binary110000101100110010111110101011110100110011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CCBE; }

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

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

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

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

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

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

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

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