Html Css Color HEX #C5D2BA Surf Crest

📋 copy color: '#C5D2BA'

red 197 ◦ green 210 ◦ blue 186

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

Shades of Surf Crest #C5D2BA

Tints of Surf Crest #C5D2BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.37%

R = 33.22%
G = 35.41%
B = 31.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#C5D2BA (or 0xC5D2BA) is known color: Surf Crest. HEX triplet: C5, D2 and BA. RGB value is (197,210,186). Sum of RGB (Red+Green+Blue) = 197+210+186=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D2BA is #3A2D45. Grayscale: #CBCBCB. Windows color (decimal): -3812678 or 12243653. OLE color: 12243653.

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

Color convert

RGB 197 210 186 -
CMYK 0.06 0 0.11 0.18
HSL 92.5º 0.21% 0.78% -
HSV(B) 92.5º 0.11% 0.82% -
XYZ 54.94 61.51 55.43 -
YUV 203.38 118.19 123.45 -
System Red Green Blue C M Y K H S L
Decimal 197 210 186 0.06 0 0.11 0.18 92.5 0.21 0.78
Hex C5 D2 BA 6 0 B 12 5C 15 4E
Octal 305 322 272 6 0 13 22 134 25 116
Binary 11000101 11010010 10111010 110 0 1011 10010 1011100 10101 1001110

Color Harmonies of #C5D2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D2BA

Black with #C5D2BA

Text Example


Text Example

White with #C5D2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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