Html Css Color HEX #C9CCBA Harp

📋 copy color: '#C9CCBA'

red 201 ◦ green 204 ◦ blue 186

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

Shades of Harp #C9CCBA

Tints of Harp #C9CCBA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.52%

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

R = 34.01%
G = 34.52%
B = 31.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#C9CCBA (or 0xC9CCBA) is known color: Harp. HEX triplet: C9, CC and BA. RGB value is (201,204,186). Sum of RGB (Red+Green+Blue) = 201+204+186=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CCBA is #363345. Grayscale: #C9C9C9. Windows color (decimal): -3552070 or 12242121. OLE color: 12242121.

HSL color Cylindrical-coordinate representation of color #C9CCBA: hue angle of 70º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9CCBA is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 204 186 -
CMYK 0.01 0 0.09 0.2
HSL 70º 0.15% 0.76% -
HSV(B) 70º 0.09% 0.8% -
XYZ 54.54 59.15 55 -
YUV 201.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 201 204 186 0.01 0 0.09 0.2 70 0.15 0.76
Hex C9 CC BA 1 0 9 14 46 F 4C
Octal 311 314 272 1 0 11 24 106 17 114
Binary 11001001 11001100 10111010 1 0 1001 10100 1000110 1111 1001100

Color Harmonies of #C9CCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CCBA

Black with #C9CCBA

Text Example


Text Example

White with #C9CCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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