Html Css Color HEX #C9C2B8 Stark White

📋 copy color: '#C9C2B8'

red 201 ◦ green 194 ◦ blue 184

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

Shades of Stark White #C9C2B8

Tints of Stark White #C9C2B8

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.51%

 BLUE value IS 184 (72.27% from 255) = 31.78%

R = 34.72%
G = 33.51%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C9C2B8 (or 0xC9C2B8) is known color: Stark White. HEX triplet: C9, C2 and B8. RGB value is (201,194,184). Sum of RGB (Red+Green+Blue) = 201+194+184=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 184 (72.27% from 255 or 31.78% from 579); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C2B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C2B8 is #363D47. Grayscale: #C3C3C3. Windows color (decimal): -3554632 or 12108489. OLE color: 12108489.

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

Color convert

RGB 201 194 184 -
CMYK 0 0.03 0.08 0.21
HSL 35.29º 0.14% 0.75% -
HSV(B) 35.29º 0.08% 0.79% -
XYZ 52.03 54.46 53.12 -
YUV 194.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 201 194 184 0 0.03 0.08 0.21 35.29 0.14 0.75
Hex C9 C2 B8 0 3 8 15 23 E 4B
Octal 311 302 270 0 3 10 25 43 16 113
Binary 11001001 11000010 10111000 0 11 1000 10101 100011 1110 1001011

Color Harmonies of #C9C2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C2B8

Black with #C9C2B8

Text Example


Text Example

White with #C9C2B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C2B8; }

 p { color: rgb(201,194,184); }

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

background-color css

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

 a { background-color: rgb(201,194,184); }

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

border-color css

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

 span { border-color: rgb(201,194,184); }

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