Html Css Color HEX #C9D2B9 Harp

📋 copy color: '#C9D2B9'

red 201 ◦ green 210 ◦ blue 185

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

Shades of Harp #C9D2B9

Tints of Harp #C9D2B9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.23%

 BLUE value IS 185 (72.66% from 255) = 31.04%

R = 33.72%
G = 35.23%
B = 31.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#C9D2B9 (or 0xC9D2B9) is known color: Harp. HEX triplet: C9, D2 and B9. RGB value is (201,210,185). Sum of RGB (Red+Green+Blue) = 201+210+185=596 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.72% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 210 - color contains mainly: green. Hex color #C9D2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D2B9 is #362D46. Grayscale: #CCCCCC. Windows color (decimal): -3550535 or 12178121. OLE color: 12178121.

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

Color convert

RGB 201 210 185 -
CMYK 0.04 0 0.12 0.18
HSL 81.6º 0.22% 0.77% -
HSV(B) 81.6º 0.12% 0.82% -
XYZ 55.89 62.01 54.92 -
YUV 204.46 117.02 125.53 -
System Red Green Blue C M Y K H S L
Decimal 201 210 185 0.04 0 0.12 0.18 81.6 0.22 0.77
Hex C9 D2 B9 4 0 C 12 52 16 4D
Octal 311 322 271 4 0 14 22 122 26 115
Binary 11001001 11010010 10111001 100 0 1100 10010 1010010 10110 1001101

Color Harmonies of #C9D2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D2B9

Black with #C9D2B9

Text Example


Text Example

White with #C9D2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D2B9; }

 p { color: rgb(201,210,185); }

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

background-color css

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

 a { background-color: rgb(201,210,185); }

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

border-color css

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

 span { border-color: rgb(201,210,185); }

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