Html Css Color HEX #C9CDB9 Harp

📋 copy color: '#C9CDB9'

red 201 ◦ green 205 ◦ blue 185

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

Shades of Harp #C9CDB9

Tints of Harp #C9CDB9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.69%

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

R = 34.01%
G = 34.69%
B = 31.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#C9CDB9 (or 0xC9CDB9) is known color: Harp. HEX triplet: C9, CD and B9. RGB value is (201,205,185). Sum of RGB (Red+Green+Blue) = 201+205+185=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 185 (72.66% from 255 or 31.30% from 591); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CDB9 is #363246. Grayscale: #C9C9C9. Windows color (decimal): -3551815 or 12176841. OLE color: 12176841.

HSL color Cylindrical-coordinate representation of color #C9CDB9: hue angle of 72º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9CDB9 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 205 185 -
CMYK 0.02 0 0.10 0.20
HSL 72º 0.17% 0.76% -
HSV(B) 72º 0.1% 0.8% -
XYZ 54.68 59.58 54.52 -
YUV 201.52 118.67 127.63 -
System Red Green Blue C M Y K H S L
Decimal 201 205 185 0.02 0 0.10 0.20 72 0.17 0.76
Hex C9 CD B9 2 0 A 14 48 11 4C
Octal 311 315 271 2 0 12 24 110 21 114
Binary 11001001 11001101 10111001 10 0 1010 10100 1001000 10001 1001100

Color Harmonies of #C9CDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CDB9

Black with #C9CDB9

Text Example


Text Example

White with #C9CDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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