Html Css Color HEX #C9CBBB Harp

📋 copy color: '#C9CBBB'

red 201 ◦ green 203 ◦ blue 187

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

Shades of Harp #C9CBBB

Tints of Harp #C9CBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.64%

R = 34.01%
G = 34.35%
B = 31.64%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#C9CBBB (or 0xC9CBBB) is known color: Harp. HEX triplet: C9, CB and BB. RGB value is (201,203,187). Sum of RGB (Red+Green+Blue) = 201+203+187=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CBBB is #363444. Grayscale: #C8C8C8. Windows color (decimal): -3552325 or 12307401. OLE color: 12307401.

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

Color convert

RGB 201 203 187 -
CMYK 0.01 0 0.08 0.20
HSL 67.5º 0.13% 0.76% -
HSV(B) 67.5º 0.08% 0.8% -
XYZ 54.41 58.72 55.48 -
YUV 200.58 120.34 128.3 -
System Red Green Blue C M Y K H S L
Decimal 201 203 187 0.01 0 0.08 0.20 67.5 0.13 0.76
Hex C9 CB BB 1 0 8 14 44 D 4C
Octal 311 313 273 1 0 10 24 104 15 114
Binary 11001001 11001011 10111011 1 0 1000 10100 1000100 1101 1001100

Color Harmonies of #C9CBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CBBB

Black with #C9CBBB

Text Example


Text Example

White with #C9CBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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