#C9D5B3

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

Shades of Harp #C9D5B3

Tints of Harp #C9D5B3

Color information

#C9D5B3 (or 0xC9D5B3) is unknown color: approx Harp. HEX triplet: C9, D5 and B3. RGB value is (201,213,179). Sum of RGB (Red+Green+Blue) = 201+213+179=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 179 (70.31% from 255 or 30.19% from 593); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D5B3 is #362A4C. Grayscale: #CDCDCD. Windows color (decimal): -3549773 or 11785673. OLE color: 11785673.

HSL color Cylindrical-coordinate representation of color #C9D5B3: hue angle of 81.18º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9D5B3 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB201213179-
CMYK0.0600.160.16
HSL81.18º28.81%76.86%-
HSV(B)81.18º15.96%83.53%-
XYZ56.0263.2651.91-
YUV205.54113.02124.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.90%
GREEN value IS 213 (83.59% from 255) = 35.92%
BLUE value IS 179 (70.31% from 255) = 30.19%
R=33.90%
G=35.92%
B=30.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2012131790.0600.160.1681.1828.8176.86
HexC9D5B3601010511d4d
Octal31132526360202012135115
Binary110010011101010110110011110010000100001010001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D5B3; }

 p { color: rgb(201,213,179); }

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

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

 a { background-color: rgb(201,213,179); }

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

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

 span { border-color: rgb(201,213,179); }

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