Html Css Color HEX #C8D6BC Surf Crest

📋 copy color: '#C8D6BC'

red 200 ◦ green 214 ◦ blue 188

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

Shades of Surf Crest #C8D6BC

Tints of Surf Crest #C8D6BC

RGB

 RED value IS 200 (78.52% from 255) = 33.22%

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

 BLUE value IS 188 (73.83% from 255) = 31.23%

R = 33.22%
G = 35.55%
B = 31.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#C8D6BC (or 0xC8D6BC) is known color: Surf Crest. HEX triplet: C8, D6 and BC. RGB value is (200,214,188). Sum of RGB (Red+Green+Blue) = 200+214+188=602 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.22% from 602); Green value is 214 (83.98% from 255 or 35.55% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D6BC is #372943. Grayscale: #CECECE. Windows color (decimal): -3615044 or 12375752. OLE color: 12375752.

HSL color Cylindrical-coordinate representation of color #C8D6BC: hue angle of 92.31º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8D6BC is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 214 188 -
CMYK 0.07 0 0.12 0.16
HSL 92.31º 0.24% 0.79% -
HSV(B) 92.31º 0.12% 0.84% -
XYZ 56.94 64 56.93 -
YUV 206.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 200 214 188 0.07 0 0.12 0.16 92.31 0.24 0.79
Hex C8 D6 BC 7 0 C 10 5C 18 4F
Octal 310 326 274 7 0 14 20 134 30 117
Binary 11001000 11010110 10111100 111 0 1100 10000 1011100 11000 1001111

Color Harmonies of #C8D6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D6BC

Black with #C8D6BC

Text Example


Text Example

White with #C8D6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D6BC; }

 p { color: rgb(200,214,188); }

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

background-color css

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

 a { background-color: rgb(200,214,188); }

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

border-color css

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

 span { border-color: rgb(200,214,188); }

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