Html Css Color HEX #C9CCBD Harp

📋 copy color: '#C9CCBD'

red 201 ◦ green 204 ◦ blue 189

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

Shades of Harp #C9CCBD

Tints of Harp #C9CCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.82%

R = 33.84%
G = 34.34%
B = 31.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#C9CCBD (or 0xC9CCBD) is known color: Harp. HEX triplet: C9, CC and BD. RGB value is (201,204,189). Sum of RGB (Red+Green+Blue) = 201+204+189=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CCBD is #363342. Grayscale: #C9C9C9. Windows color (decimal): -3552067 or 12438729. OLE color: 12438729.

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

Color convert

RGB 201 204 189 -
CMYK 0.01 0 0.07 0.2
HSL 72º 0.13% 0.77% -
HSV(B) 72º 0.07% 0.8% -
XYZ 54.87 59.28 56.69 -
YUV 201.39 121.01 127.72 -
System Red Green Blue C M Y K H S L
Decimal 201 204 189 0.01 0 0.07 0.2 72 0.13 0.77
Hex C9 CC BD 1 0 7 14 48 D 4D
Octal 311 314 275 1 0 7 24 110 15 115
Binary 11001001 11001100 10111101 1 0 111 10100 1001000 1101 1001101

Color Harmonies of #C9CCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CCBD

Black with #C9CCBD

Text Example


Text Example

White with #C9CCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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