Html Css Color HEX #C9CABF Harp

📋 copy color: '#C9CABF'

red 201 ◦ green 202 ◦ blue 191

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

Shades of Harp #C9CABF

Tints of Harp #C9CABF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.01%

 BLUE value IS 191 (75% from 255) = 32.15%

R = 33.84%
G = 34.01%
B = 32.15%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C9CABF (or 0xC9CABF) is known color: Harp. HEX triplet: C9, CA and BF. RGB value is (201,202,191). Sum of RGB (Red+Green+Blue) = 201+202+191=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CABF is #363540. Grayscale: #C8C8C8. Windows color (decimal): -3552577 or 12569289. OLE color: 12569289.

HSL color Cylindrical-coordinate representation of color #C9CABF: hue angle of 65.45º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C9CABF is Cyan = 0.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 202 191 -
CMYK 0.00 0 0.05 0.21
HSL 65.45º 0.09% 0.77% -
HSV(B) 65.45º 0.05% 0.79% -
XYZ 54.61 58.42 57.69 -
YUV 200.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 201 202 191 0.00 0 0.05 0.21 65.45 0.09 0.77
Hex C9 CA BF 0 0 5 15 41 9 4D
Octal 311 312 277 0 0 5 25 101 11 115
Binary 11001001 11001010 10111111 0 0 101 10101 1000001 1001 1001101

Color Harmonies of #C9CABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CABF

Black with #C9CABF

Text Example


Text Example

White with #C9CABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CABF; }

 p { color: rgb(201,202,191); }

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

background-color css

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

 a { background-color: rgb(201,202,191); }

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

border-color css

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

 span { border-color: rgb(201,202,191); }

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