#C5D7C3

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

Shades of Surf Crest #C5D7C3

Tints of Surf Crest #C5D7C3

Color information

#C5D7C3 (or 0xC5D7C3) is unknown color: approx Surf Crest. HEX triplet: C5, D7 and C3. RGB value is (197,215,195). Sum of RGB (Red+Green+Blue) = 197+215+195=607 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.45% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 195 (76.56% from 255 or 32.13% from 607); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D7C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D7C3 is #3A283C. Grayscale: #CFCFCF. Windows color (decimal): -3811389 or 12834757. OLE color: 12834757.

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

Color convert

RGB197215195-
CMYK0.0800.090.16
HSL114º20%80.39%-
HSV(B)114º9.3%84.31%-
XYZ57.1864.4161.05-
YUV207.34121.04120.63-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.45%
GREEN value IS 215 (84.38% from 255) = 35.42%
BLUE value IS 195 (76.56% from 255) = 32.13%
R=32.45%
G=35.42%
B=32.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1972151950.0800.090.161142080.39
HexC5D7C380910721450
Octal305327303100112016224120
Binary110001011101011111000011100001001100001110010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D7C3; }

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

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

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

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

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

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

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

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