Html Css Color HEX #C9CEB1 Harp

📋 copy color: '#C9CEB1'

red 201 ◦ green 206 ◦ blue 177

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

Shades of Harp #C9CEB1

Tints of Harp #C9CEB1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.27%

 BLUE value IS 177 (69.53% from 255) = 30.31%

R = 34.42%
G = 35.27%
B = 30.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#C9CEB1 (or 0xC9CEB1) is known color: Harp. HEX triplet: C9, CE and B1. RGB value is (201,206,177). Sum of RGB (Red+Green+Blue) = 201+206+177=584 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.42% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 177 (69.53% from 255 or 30.31% from 584); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CEB1 is #36314E. Grayscale: #C9C9C9. Windows color (decimal): -3551567 or 11652809. OLE color: 11652809.

HSL color Cylindrical-coordinate representation of color #C9CEB1: hue angle of 70.34º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9CEB1 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 206 177 -
CMYK 0.02 0 0.14 0.19
HSL 70.34º 0.23% 0.75% -
HSV(B) 70.34º 0.14% 0.81% -
XYZ 54.09 59.73 50.27 -
YUV 201.2 114.34 127.86 -
System Red Green Blue C M Y K H S L
Decimal 201 206 177 0.02 0 0.14 0.19 70.34 0.23 0.75
Hex C9 CE B1 2 0 E 13 46 17 4B
Octal 311 316 261 2 0 16 23 106 27 113
Binary 11001001 11001110 10110001 10 0 1110 10011 1000110 10111 1001011

Color Harmonies of #C9CEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CEB1

Black with #C9CEB1

Text Example


Text Example

White with #C9CEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CEB1; }

 p { color: rgb(201,206,177); }

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

background-color css

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

 a { background-color: rgb(201,206,177); }

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

border-color css

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

 span { border-color: rgb(201,206,177); }

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