#C8D2BA

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

Shades of Harp #C8D2BA

Tints of Harp #C8D2BA

Color information

#C8D2BA (or 0xC8D2BA) is unknown color: approx Harp. HEX triplet: C8, D2 and BA. RGB value is (200,210,186). Sum of RGB (Red+Green+Blue) = 200+210+186=596 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.56% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D2BA is #372D45. Grayscale: #CCCCCC. Windows color (decimal): -3616070 or 12243656. OLE color: 12243656.

HSL color Cylindrical-coordinate representation of color #C8D2BA: hue angle of 85º 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 #C8D2BA is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB200210186-
CMYK0.0500.110.18
HSL85º21.05%77.65%-
HSV(B)85º11.43%82.35%-
XYZ55.7361.9255.47-
YUV204.27117.69124.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.56%
GREEN value IS 210 (82.42% from 255) = 35.23%
BLUE value IS 186 (73.05% from 255) = 31.21%
R=33.56%
G=35.23%
B=31.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2002101860.0500.110.188521.0577.65
HexC8D2BA50B1255154e
Octal31032227250132212525116
Binary11001000110100101011101010101011100101010101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D2BA; }

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

 H1.HeaderClassName
 {
   color: #C8D2BA;
 }
 .AnyTagClassName
 {
   color: #C8D2BA;
 }
</style>
background-color css

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

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

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

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

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

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