#C9D0BB

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

Shades of Harp #C9D0BB

Tints of Harp #C9D0BB

Color information

#C9D0BB (or 0xC9D0BB) is unknown color: approx Harp. HEX triplet: C9, D0 and BB. RGB value is (201,208,187). Sum of RGB (Red+Green+Blue) = 201+208+187=596 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.72% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 208 - color contains mainly: green. Hex color #C9D0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D0BB is #362F44. Grayscale: #CBCBCB. Windows color (decimal): -3551045 or 12308681. OLE color: 12308681.

HSL color Cylindrical-coordinate representation of color #C9D0BB: hue angle of 80º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9D0BB is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB201208187-
CMYK0.0300.100.18
HSL80º18.26%77.45%-
HSV(B)80º10.1%81.57%-
XYZ55.6161.1255.88-
YUV203.51118.68126.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.72%
GREEN value IS 208 (81.64% from 255) = 34.90%
BLUE value IS 187 (73.44% from 255) = 31.38%
R=33.72%
G=34.90%
B=31.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2012081870.0300.100.188018.2677.45
HexC9D0BB30A1250124d
Octal31132027330122212022115
Binary1100100111010000101110111101010100101010000100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D0BB; }

 p { color: rgb(201,208,187); }

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

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

 a { background-color: rgb(201,208,187); }

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

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

 span { border-color: rgb(201,208,187); }

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