Html Css Color HEX #C9C0B6 Stark White

📋 copy color: '#C9C0B6'

red 201 ◦ green 192 ◦ blue 182

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

Shades of Stark White #C9C0B6

Tints of Stark White #C9C0B6

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.39%

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

R = 34.96%
G = 33.39%
B = 31.65%

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

#C9C0B6 (or 0xC9C0B6) is known color: Stark White. HEX triplet: C9, C0 and B6. RGB value is (201,192,182). Sum of RGB (Red+Green+Blue) = 201+192+182=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C0B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C0B6 is #363F49. Grayscale: #C1C1C1. Windows color (decimal): -3555146 or 11976905. OLE color: 11976905.

HSL color Cylindrical-coordinate representation of color #C9C0B6: hue angle of 31.58º 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 #C9C0B6 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 192 182 -
CMYK 0 0.04 0.09 0.21
HSL 31.58º 0.15% 0.75% -
HSV(B) 31.58º 0.09% 0.79% -
XYZ 51.38 53.49 51.87 -
YUV 193.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 201 192 182 0 0.04 0.09 0.21 31.58 0.15 0.75
Hex C9 C0 B6 0 4 9 15 20 F 4B
Octal 311 300 266 0 4 11 25 40 17 113
Binary 11001001 11000000 10110110 0 100 1001 10101 100000 1111 1001011

Color Harmonies of #C9C0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C0B6

Black with #C9C0B6

Text Example


Text Example

White with #C9C0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C0B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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