Html Css Color HEX #C5D7C0 Surf Crest

📋 copy color: '#C5D7C0'

red 197 ◦ green 215 ◦ blue 192

#C5D7C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surf Crest #C5D7C0

Tints of Surf Crest #C5D7C0

RGB

 RED value IS 197 (77.34% from 255) = 32.62%

 GREEN value IS 215 (84.38% from 255) = 35.6%

 BLUE value IS 192 (75.39% from 255) = 31.79%

R = 32.62%
G = 35.6%
B = 31.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#C5D7C0 (or 0xC5D7C0) is known color: Surf Crest. HEX triplet: C5, D7 and C0. RGB value is (197,215,192). Sum of RGB (Red+Green+Blue) = 197+215+192=604 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.62% from 604); Green value is 215 (84.38% from 255 or 35.60% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D7C0 is #3A283F. Grayscale: #CFCFCF. Windows color (decimal): -3811392 or 12638149. OLE color: 12638149.

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

Color convert

RGB 197 215 192 -
CMYK 0.08 0 0.11 0.16
HSL 106.96º 0.22% 0.8% -
HSV(B) 106.96º 0.11% 0.84% -
XYZ 56.84 64.28 59.28 -
YUV 207 119.54 120.87 -
System Red Green Blue C M Y K H S L
Decimal 197 215 192 0.08 0 0.11 0.16 106.96 0.22 0.8
Hex C5 D7 C0 8 0 B 10 6B 16 50
Octal 305 327 300 10 0 13 20 153 26 120
Binary 11000101 11010111 11000000 1000 0 1011 10000 1101011 10110 1010000

Color Harmonies of #C5D7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D7C0

Black with #C5D7C0

Text Example


Text Example

White with #C5D7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D7C0; }

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

 H1.HeaderClassName
 {
   color: #C5D7C0;
 }
 .AnyTagClassName
 {
   color: #C5D7C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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