Html Css Color HEX #C9D1AF Harp

📋 copy color: '#C9D1AF'

red 201 ◦ green 209 ◦ blue 175

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

Shades of Harp #C9D1AF

Tints of Harp #C9D1AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.91%

R = 34.36%
G = 35.73%
B = 29.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#C9D1AF (or 0xC9D1AF) is known color: Harp. HEX triplet: C9, D1 and AF. RGB value is (201,209,175). Sum of RGB (Red+Green+Blue) = 201+209+175=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 209 - color contains mainly: green. Hex color #C9D1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D1AF is #362E50. Grayscale: #CACACA. Windows color (decimal): -3550801 or 11522505. OLE color: 11522505.

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

Color convert

RGB 201 209 175 -
CMYK 0.04 0 0.16 0.18
HSL 74.12º 0.27% 0.75% -
HSV(B) 74.12º 0.16% 0.82% -
XYZ 54.63 61.11 49.47 -
YUV 202.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 201 209 175 0.04 0 0.16 0.18 74.12 0.27 0.75
Hex C9 D1 AF 4 0 10 12 4A 1B 4B
Octal 311 321 257 4 0 20 22 112 33 113
Binary 11001001 11010001 10101111 100 0 10000 10010 1001010 11011 1001011

Color Harmonies of #C9D1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D1AF

Black with #C9D1AF

Text Example


Text Example

White with #C9D1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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