#C8C3BA

Color #C8C3BA Stark White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stark White #C8C3BA

Tints of Stark White #C8C3BA

Color information

#C8C3BA (or 0xC8C3BA) is unknown color: approx Stark White. HEX triplet: C8, C3 and BA. RGB value is (200,195,186). Sum of RGB (Red+Green+Blue) = 200+195+186=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 195 (76.56% from 255 or 33.56% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C3BA is #373C45. Grayscale: #C3C3C3. Windows color (decimal): -3619910 or 12239816. OLE color: 12239816.

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

Color convert

RGB200195186-
CMYK00.020.070.22
HSL38.57º11.29%75.69%-
HSV(B)38.57º7%78.43%-
XYZ52.254.8554.29-
YUV195.47122.66131.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.42%
GREEN value IS 195 (76.56% from 255) = 33.56%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=34.42%
G=33.56%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019518600.020.070.2238.5711.2975.69
HexC8C3BA0271627b4c
Octal310303272027264713114
Binary1100100011000011101110100101111011010011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C3BA; }

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

 H1.HeaderClassName
 {
   color: #C8C3BA;
 }
 .AnyTagClassName
 {
   color: #C8C3BA;
 }
</style>
background-color css

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

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

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

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

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

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