Html Css Color HEX #C5D2BE Surf Crest

📋 copy color: '#C5D2BE'

red 197 ◦ green 210 ◦ blue 190

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

Shades of Surf Crest #C5D2BE

Tints of Surf Crest #C5D2BE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.18%

 BLUE value IS 190 (74.61% from 255) = 31.83%

R = 33%
G = 35.18%
B = 31.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#C5D2BE (or 0xC5D2BE) is known color: Surf Crest. HEX triplet: C5, D2 and BE. RGB value is (197,210,190). Sum of RGB (Red+Green+Blue) = 197+210+190=597 (79% of max value = 765). Red value is 197 (77.34% from 255 or 33.00% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D2BE is #3A2D41. Grayscale: #CBCBCB. Windows color (decimal): -3812674 or 12505797. OLE color: 12505797.

HSL color Cylindrical-coordinate representation of color #C5D2BE: hue angle of 99º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5D2BE is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 210 190 -
CMYK 0.06 0 0.10 0.18
HSL 99º 0.18% 0.78% -
HSV(B) 99º 0.1% 0.82% -
XYZ 55.37 61.68 57.7 -
YUV 203.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 197 210 190 0.06 0 0.10 0.18 99 0.18 0.78
Hex C5 D2 BE 6 0 A 12 63 12 4E
Octal 305 322 276 6 0 12 22 143 22 116
Binary 11000101 11010010 10111110 110 0 1010 10010 1100011 10010 1001110

Color Harmonies of #C5D2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D2BE

Black with #C5D2BE

Text Example


Text Example

White with #C5D2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D2BE; }

 p { color: rgb(197,210,190); }

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

background-color css

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

 a { background-color: rgb(197,210,190); }

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

border-color css

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

 span { border-color: rgb(197,210,190); }

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