Html Css Color HEX #C9CFBA Harp

📋 copy color: '#C9CFBA'

red 201 ◦ green 207 ◦ blue 186

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

Shades of Harp #C9CFBA

Tints of Harp #C9CFBA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.85%

 BLUE value IS 186 (73.05% from 255) = 31.31%

R = 33.84%
G = 34.85%
B = 31.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#C9CFBA (or 0xC9CFBA) is known color: Harp. HEX triplet: C9, CF and BA. RGB value is (201,207,186). Sum of RGB (Red+Green+Blue) = 201+207+186=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CFBA is #363045. Grayscale: #CACACA. Windows color (decimal): -3551302 or 12242889. OLE color: 12242889.

HSL color Cylindrical-coordinate representation of color #C9CFBA: hue angle of 77.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9CFBA is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 207 186 -
CMYK 0.03 0 0.10 0.19
HSL 77.14º 0.18% 0.77% -
HSV(B) 77.14º 0.1% 0.81% -
XYZ 55.26 60.59 55.24 -
YUV 202.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 201 207 186 0.03 0 0.10 0.19 77.14 0.18 0.77
Hex C9 CF BA 3 0 A 13 4D 12 4D
Octal 311 317 272 3 0 12 23 115 22 115
Binary 11001001 11001111 10111010 11 0 1010 10011 1001101 10010 1001101

Color Harmonies of #C9CFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CFBA

Black with #C9CFBA

Text Example


Text Example

White with #C9CFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CFBA; }

 p { color: rgb(201,207,186); }

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

background-color css

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

 a { background-color: rgb(201,207,186); }

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

border-color css

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

 span { border-color: rgb(201,207,186); }

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