#C8D0BE

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

Shades of Harp #C8D0BE

Tints of Harp #C8D0BE

Color information

#C8D0BE (or 0xC8D0BE) is unknown color: approx Harp. HEX triplet: C8, D0 and BE. RGB value is (200,208,190). Sum of RGB (Red+Green+Blue) = 200+208+190=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 208 (81.64% from 255 or 34.78% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D0BE is #372F41. Grayscale: #CBCBCB. Windows color (decimal): -3616578 or 12505288. OLE color: 12505288.

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

Color convert

RGB200208190-
CMYK0.0400.090.18
HSL86.67º16.07%78.04%-
HSV(B)86.67º8.65%81.57%-
XYZ55.6761.1157.58-
YUV203.56120.35125.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.44%
GREEN value IS 208 (81.64% from 255) = 34.78%
BLUE value IS 190 (74.61% from 255) = 31.77%
R=33.44%
G=34.78%
B=31.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2002081900.0400.090.1886.6716.0778.04
HexC8D0BE4091257104e
Octal31032027640112212720116
Binary11001000110100001011111010001001100101010111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D0BE; }

 p { color: rgb(200,208,190); }

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

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

 a { background-color: rgb(200,208,190); }

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

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

 span { border-color: rgb(200,208,190); }

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