Html Css Color HEX #C5D6C0 Surf Crest

📋 copy color: '#C5D6C0'

red 197 ◦ green 214 ◦ blue 192

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

Shades of Surf Crest #C5D6C0

Tints of Surf Crest #C5D6C0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.49%

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

R = 32.67%
G = 35.49%
B = 31.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#C5D6C0 (or 0xC5D6C0) is known color: Surf Crest. HEX triplet: C5, D6 and C0. RGB value is (197,214,192). Sum of RGB (Red+Green+Blue) = 197+214+192=603 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.67% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D6C0 is #3A293F. Grayscale: #CECECE. Windows color (decimal): -3811648 or 12637893. OLE color: 12637893.

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

Color convert

RGB 197 214 192 -
CMYK 0.08 0 0.10 0.16
HSL 106.36º 0.21% 0.8% -
HSV(B) 106.36º 0.1% 0.84% -
XYZ 56.59 63.77 59.2 -
YUV 206.41 119.87 121.29 -
System Red Green Blue C M Y K H S L
Decimal 197 214 192 0.08 0 0.10 0.16 106.36 0.21 0.8
Hex C5 D6 C0 8 0 A 10 6A 15 50
Octal 305 326 300 10 0 12 20 152 25 120
Binary 11000101 11010110 11000000 1000 0 1010 10000 1101010 10101 1010000

Color Harmonies of #C5D6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D6C0

Black with #C5D6C0

Text Example


Text Example

White with #C5D6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D6C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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