#C9D3BC

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

Shades of Harp #C9D3BC

Tints of Harp #C9D3BC

Color information

#C9D3BC (or 0xC9D3BC) is unknown color: approx Harp. HEX triplet: C9, D3 and BC. RGB value is (201,211,188). Sum of RGB (Red+Green+Blue) = 201+211+188=600 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.5% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 211 - color contains mainly: green. Hex color #C9D3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D3BC is #362C43. Grayscale: #CDCDCD. Windows color (decimal): -3550276 or 12374985. OLE color: 12374985.

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

Color convert

RGB201211188-
CMYK0.0500.110.17
HSL86.09º20.72%78.24%-
HSV(B)86.09º10.9%82.75%-
XYZ56.4662.6456.69-
YUV205.39118.19124.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.5%
GREEN value IS 211 (82.81% from 255) = 35.17%
BLUE value IS 188 (73.83% from 255) = 31.33%
R=33.5%
G=35.17%
B=31.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2012111880.0500.110.1786.0920.7278.24
HexC9D3BC50B1156154e
Octal31132327450132112625116
Binary11001001110100111011110010101011100011010110101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D3BC; }

 p { color: rgb(201,211,188); }

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

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

 a { background-color: rgb(201,211,188); }

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

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

 span { border-color: rgb(201,211,188); }

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