Html Css Color HEX #C9CCB5 Harp

📋 copy color: '#C9CCB5'

red 201 ◦ green 204 ◦ blue 181

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

Shades of Harp #C9CCB5

Tints of Harp #C9CCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.89%

R = 34.3%
G = 34.81%
B = 30.89%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#C9CCB5 (or 0xC9CCB5) is known color: Harp. HEX triplet: C9, CC and B5. RGB value is (201,204,181). Sum of RGB (Red+Green+Blue) = 201+204+181=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CCB5 is #36334A. Grayscale: #C8C8C8. Windows color (decimal): -3552075 or 11914441. OLE color: 11914441.

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

Color convert

RGB 201 204 181 -
CMYK 0.01 0 0.11 0.2
HSL 67.83º 0.18% 0.75% -
HSV(B) 67.83º 0.11% 0.8% -
XYZ 54.02 58.94 52.25 -
YUV 200.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 201 204 181 0.01 0 0.11 0.2 67.83 0.18 0.75
Hex C9 CC B5 1 0 B 14 44 12 4B
Octal 311 314 265 1 0 13 24 104 22 113
Binary 11001001 11001100 10110101 1 0 1011 10100 1000100 10010 1001011

Color Harmonies of #C9CCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CCB5

Black with #C9CCB5

Text Example


Text Example

White with #C9CCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CCB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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