Html Css Color HEX #C9C3BA Stark White

📋 copy color: '#C9C3BA'

red 201 ◦ green 195 ◦ blue 186

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

Shades of Stark White #C9C3BA

Tints of Stark White #C9C3BA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.51%

 BLUE value IS 186 (73.05% from 255) = 31.96%

R = 34.54%
G = 33.51%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C9C3BA (or 0xC9C3BA) is known color: Stark White. HEX triplet: C9, C3 and BA. RGB value is (201,195,186). Sum of RGB (Red+Green+Blue) = 201+195+186=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 195 (76.56% from 255 or 33.51% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C3BA is #363C45. Grayscale: #C3C3C3. Windows color (decimal): -3554374 or 12239817. OLE color: 12239817.

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

Color convert

RGB 201 195 186 -
CMYK 0 0.03 0.07 0.21
HSL 36º 0.12% 0.76% -
HSV(B) 36º 0.07% 0.79% -
XYZ 52.47 54.99 54.3 -
YUV 195.77 122.49 131.73 -
System Red Green Blue C M Y K H S L
Decimal 201 195 186 0 0.03 0.07 0.21 36 0.12 0.76
Hex C9 C3 BA 0 3 7 15 24 C 4C
Octal 311 303 272 0 3 7 25 44 14 114
Binary 11001001 11000011 10111010 0 11 111 10101 100100 1100 1001100

Color Harmonies of #C9C3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C3BA

Black with #C9C3BA

Text Example


Text Example

White with #C9C3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C3BA; }

 p { color: rgb(201,195,186); }

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

background-color css

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

 a { background-color: rgb(201,195,186); }

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

border-color css

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

 span { border-color: rgb(201,195,186); }

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