Html Css Color HEX #C9CEBF Harp

📋 copy color: '#C9CEBF'

red 201 ◦ green 206 ◦ blue 191

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

Shades of Harp #C9CEBF

Tints of Harp #C9CEBF

RGB

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

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

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

R = 33.61%
G = 34.45%
B = 31.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#C9CEBF (or 0xC9CEBF) is known color: Harp. HEX triplet: C9, CE and BF. RGB value is (201,206,191). Sum of RGB (Red+Green+Blue) = 201+206+191=598 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.61% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CEBF is #363140. Grayscale: #CACACA. Windows color (decimal): -3551553 or 12570313. OLE color: 12570313.

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

Color convert

RGB 201 206 191 -
CMYK 0.02 0 0.07 0.19
HSL 80º 0.13% 0.78% -
HSV(B) 80º 0.07% 0.81% -
XYZ 55.56 60.32 58.01 -
YUV 202.8 121.34 126.72 -
System Red Green Blue C M Y K H S L
Decimal 201 206 191 0.02 0 0.07 0.19 80 0.13 0.78
Hex C9 CE BF 2 0 7 13 50 D 4E
Octal 311 316 277 2 0 7 23 120 15 116
Binary 11001001 11001110 10111111 10 0 111 10011 1010000 1101 1001110

Color Harmonies of #C9CEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CEBF

Black with #C9CEBF

Text Example


Text Example

White with #C9CEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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