Html Css Color HEX #C9C1B6 Stark White

📋 copy color: '#C9C1B6'

red 201 ◦ green 193 ◦ blue 182

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

Shades of Stark White #C9C1B6

Tints of Stark White #C9C1B6

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.51%

 BLUE value IS 182 (71.48% from 255) = 31.6%

R = 34.9%
G = 33.51%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C9C1B6 (or 0xC9C1B6) is known color: Stark White. HEX triplet: C9, C1 and B6. RGB value is (201,193,182). Sum of RGB (Red+Green+Blue) = 201+193+182=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 193 (75.78% from 255 or 33.51% from 576); Blue value is 182 (71.48% from 255 or 31.60% from 576); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C1B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C1B6 is #363E49. Grayscale: #C2C2C2. Windows color (decimal): -3554890 or 11977161. OLE color: 11977161.

HSL color Cylindrical-coordinate representation of color #C9C1B6: hue angle of 34.74º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9C1B6 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 193 182 -
CMYK 0 0.04 0.09 0.21
HSL 34.74º 0.15% 0.75% -
HSV(B) 34.74º 0.09% 0.79% -
XYZ 51.6 53.93 51.95 -
YUV 194.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 201 193 182 0 0.04 0.09 0.21 34.74 0.15 0.75
Hex C9 C1 B6 0 4 9 15 23 F 4B
Octal 311 301 266 0 4 11 25 43 17 113
Binary 11001001 11000001 10110110 0 100 1001 10101 100011 1111 1001011

Color Harmonies of #C9C1B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C1B6

Black with #C9C1B6

Text Example


Text Example

White with #C9C1B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C1B6; }

 p { color: rgb(201,193,182); }

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

background-color css

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

 a { background-color: rgb(201,193,182); }

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

border-color css

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

 span { border-color: rgb(201,193,182); }

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