Html Css Color HEX #C9D2AF Harp

📋 copy color: '#C9D2AF'

red 201 ◦ green 210 ◦ blue 175

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

Shades of Harp #C9D2AF

Tints of Harp #C9D2AF

RGB

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

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

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

R = 34.3%
G = 35.84%
B = 29.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#C9D2AF (or 0xC9D2AF) is known color: Harp. HEX triplet: C9, D2 and AF. RGB value is (201,210,175). Sum of RGB (Red+Green+Blue) = 201+210+175=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 210 (82.42% from 255 or 35.84% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 210 - color contains mainly: green. Hex color #C9D2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D2AF is #362D50. Grayscale: #CBCBCB. Windows color (decimal): -3550545 or 11522761. OLE color: 11522761.

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

Color convert

RGB 201 210 175 -
CMYK 0.04 0 0.17 0.18
HSL 75.43º 0.28% 0.75% -
HSV(B) 75.43º 0.17% 0.82% -
XYZ 54.87 61.61 49.56 -
YUV 203.32 112.02 126.35 -
System Red Green Blue C M Y K H S L
Decimal 201 210 175 0.04 0 0.17 0.18 75.43 0.28 0.75
Hex C9 D2 AF 4 0 11 12 4B 1C 4B
Octal 311 322 257 4 0 21 22 113 34 113
Binary 11001001 11010010 10101111 100 0 10001 10010 1001011 11100 1001011

Color Harmonies of #C9D2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D2AF

Black with #C9D2AF

Text Example


Text Example

White with #C9D2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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