#C8DCBA

Color #C8DCBA Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #C8DCBA

Tints of Surf Crest #C8DCBA

Color information

#C8DCBA (or 0xC8DCBA) is unknown color: approx 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

RGB200220186-
CMYK0.0900.150.14
HSL95.29º32.69%79.61%-
HSV(B)95.29º15.45%86.27%-
XYZ58.2867.0156.32-
YUV210.14114.37120.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.00%
GREEN value IS 220 (86.33% from 255) = 36.30%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=33.00%
G=36.30%
B=30.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002201860.0900.150.1495.2932.6979.61
HexC8DCBA90FE5f2150
Octal310334272110171613741120
Binary110010001101110010111010100101111111010111111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>