Html Css Color HEX #C9D1BD Harp

📋 copy color: '#C9D1BD'

red 201 ◦ green 209 ◦ blue 189

#C9D1BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harp #C9D1BD

Tints of Harp #C9D1BD

RGB

 RED value IS 201 (78.91% from 255) = 33.56%

 GREEN value IS 209 (82.03% from 255) = 34.89%

 BLUE value IS 189 (74.22% from 255) = 31.55%

R = 33.56%
G = 34.89%
B = 31.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#C9D1BD (or 0xC9D1BD) is known color: Harp. HEX triplet: C9, D1 and BD. RGB value is (201,209,189). Sum of RGB (Red+Green+Blue) = 201+209+189=599 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.56% from 599); Green value is 209 (82.03% from 255 or 34.89% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 209 - color contains mainly: green. Hex color #C9D1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D1BD is #362E42. Grayscale: #CCCCCC. Windows color (decimal): -3550787 or 12440009. OLE color: 12440009.

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

Color convert

RGB 201 209 189 -
CMYK 0.04 0 0.10 0.18
HSL 84º 0.18% 0.78% -
HSV(B) 84º 0.1% 0.82% -
XYZ 56.07 61.69 57.1 -
YUV 204.33 119.35 125.63 -
System Red Green Blue C M Y K H S L
Decimal 201 209 189 0.04 0 0.10 0.18 84 0.18 0.78
Hex C9 D1 BD 4 0 A 12 54 12 4E
Octal 311 321 275 4 0 12 22 124 22 116
Binary 11001001 11010001 10111101 100 0 1010 10010 1010100 10010 1001110

Color Harmonies of #C9D1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D1BD

Black with #C9D1BD

Text Example


Text Example

White with #C9D1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D1BD; }

 p { color: rgb(201,209,189); }

 H1.HeaderClassName
 {
   color: #C9D1BD;
 }
 .AnyTagClassName
 {
   color: #C9D1BD;
 }
</style>

background-color css

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

 a { background-color: rgb(201,209,189); }

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

border-color css

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

 span { border-color: rgb(201,209,189); }

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