#C5CCC3

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

Shades of Surf Crest #C5CCC3

Tints of Surf Crest #C5CCC3

Color information

#C5CCC3 (or 0xC5CCC3) is unknown color: approx Surf Crest. HEX triplet: C5, CC and C3. RGB value is (197,204,195). Sum of RGB (Red+Green+Blue) = 197+204+195=596 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.05% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 195 (76.56% from 255 or 32.72% from 596); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCC3 is #3A333C. Grayscale: #C8C8C8. Windows color (decimal): -3814205 or 12831941. OLE color: 12831941.

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

Color convert

RGB197204195-
CMYK0.0300.040.2
HSL106.67º8.11%78.24%-
HSV(B)106.67º4.41%80%-
XYZ54.475960.15-
YUV200.88124.68125.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.05%
GREEN value IS 204 (80.08% from 255) = 34.23%
BLUE value IS 195 (76.56% from 255) = 32.72%
R=33.05%
G=34.23%
B=32.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1972041950.0300.040.2106.678.1178.24
HexC5CCC3304146b84e
Octal3053143033042415310116
Binary11000101110011001100001111010010100110101110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CCC3; }

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

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

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

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

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

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

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

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