#C3CCBE

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

Shades of Surf Crest #C3CCBE

Tints of Surf Crest #C3CCBE

Color information

#C3CCBE (or 0xC3CCBE) is unknown color: approx Surf Crest. HEX triplet: C3, CC and BE. RGB value is (195,204,190). Sum of RGB (Red+Green+Blue) = 195+204+190=589 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.11% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CCBE is #3C3341. Grayscale: #C7C7C7. Windows color (decimal): -3945282 or 12504259. OLE color: 12504259.

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

Color convert

RGB195204190-
CMYK0.0400.070.2
HSL98.57º12.07%77.25%-
HSV(B)98.57º6.86%80%-
XYZ53.3958.5157.19-
YUV199.71122.52124.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.11%
GREEN value IS 204 (80.08% from 255) = 34.63%
BLUE value IS 190 (74.61% from 255) = 32.26%
R=33.11%
G=34.63%
B=32.26%

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
Decimal1952041900.0400.070.298.5712.0777.25
HexC3CCBE4071463c4d
Octal3033142764072414314115
Binary110000111100110010111110100011110100110001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CCBE; }

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

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

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

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

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

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

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

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