#C8D4B9

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

Shades of Harp #C8D4B9

Tints of Harp #C8D4B9

Color information

#C8D4B9 (or 0xC8D4B9) is unknown color: approx Harp. HEX triplet: C8, D4 and B9. RGB value is (200,212,185). Sum of RGB (Red+Green+Blue) = 200+212+185=597 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.50% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 185 (72.66% from 255 or 30.99% from 597); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D4B9 is #372B46. Grayscale: #CDCDCD. Windows color (decimal): -3615559 or 12178632. OLE color: 12178632.

HSL color Cylindrical-coordinate representation of color #C8D4B9: hue angle of 86.67º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8D4B9 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB200212185-
CMYK0.0600.130.17
HSL86.67º23.89%77.84%-
HSV(B)86.67º12.74%83.14%-
XYZ56.1262.8755.08-
YUV205.33116.52124.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.50%
GREEN value IS 212 (83.20% from 255) = 35.51%
BLUE value IS 185 (72.66% from 255) = 30.99%
R=33.50%
G=35.51%
B=30.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2002121850.0600.130.1786.6723.8977.84
HexC8D4B960D1157184e
Octal31032427160152112730116
Binary11001000110101001011100111001101100011010111110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D4B9; }

 p { color: rgb(200,212,185); }

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

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

 a { background-color: rgb(200,212,185); }

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

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

 span { border-color: rgb(200,212,185); }

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