Html Css Color HEX #C8DCBA Surf Crest

📋 copy color: '#C8DCBA'

red 200 ◦ green 220 ◦ blue 186

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

Shades of Surf Crest #C8DCBA

Tints of Surf Crest #C8DCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.3%

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

R = 33%
G = 36.3%
B = 30.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#C8DCBA (or 0xC8DCBA) is known color: Surf Crest. HEX triplet: C8, DC and BA. RGB value is (200,220,186). Sum of RGB (Red+Green+Blue) = 200+220+186=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCBA is #372345. Grayscale: #D2D2D2. Windows color (decimal): -3613510 or 12246216. OLE color: 12246216.

HSL color Cylindrical-coordinate representation of color #C8DCBA: hue angle of 95.29º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8DCBA is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 220 186 -
CMYK 0.09 0 0.15 0.14
HSL 95.29º 0.33% 0.8% -
HSV(B) 95.29º 0.15% 0.86% -
XYZ 58.28 67.01 56.32 -
YUV 210.14 114.37 120.76 -
System Red Green Blue C M Y K H S L
Decimal 200 220 186 0.09 0 0.15 0.14 95.29 0.33 0.8
Hex C8 DC BA 9 0 F E 5F 21 50
Octal 310 334 272 11 0 17 16 137 41 120
Binary 11001000 11011100 10111010 1001 0 1111 1110 1011111 100001 1010000

Color Harmonies of #C8DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DCBA

Black with #C8DCBA

Text Example


Text Example

White with #C8DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DCBA; }

 p { color: rgb(200,220,186); }

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

background-color css

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

 a { background-color: rgb(200,220,186); }

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

border-color css

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

 span { border-color: rgb(200,220,186); }

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