Html Css Color HEX #C9CBBF Harp

📋 copy color: '#C9CBBF'

red 201 ◦ green 203 ◦ blue 191

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

Shades of Harp #C9CBBF

Tints of Harp #C9CBBF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.12%

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

R = 33.78%
G = 34.12%
B = 32.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#C9CBBF (or 0xC9CBBF) is known color: Harp. HEX triplet: C9, CB and BF. RGB value is (201,203,191). Sum of RGB (Red+Green+Blue) = 201+203+191=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CBBF is #363440. Grayscale: #C9C9C9. Windows color (decimal): -3552321 or 12569545. OLE color: 12569545.

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

Color convert

RGB 201 203 191 -
CMYK 0.01 0 0.06 0.20
HSL 70º 0.1% 0.77% -
HSV(B) 70º 0.06% 0.8% -
XYZ 54.85 58.89 57.77 -
YUV 201.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 201 203 191 0.01 0 0.06 0.20 70 0.1 0.77
Hex C9 CB BF 1 0 6 14 46 A 4D
Octal 311 313 277 1 0 6 24 106 12 115
Binary 11001001 11001011 10111111 1 0 110 10100 1000110 1010 1001101

Color Harmonies of #C9CBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CBBF

Black with #C9CBBF

Text Example


Text Example

White with #C9CBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CBBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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