#C3C1BA

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

Shades of Chrome White #C3C1BA

Tints of Chrome White #C3C1BA

Color information

#C3C1BA (or 0xC3C1BA) is unknown color: approx Chrome White. HEX triplet: C3, C1 and BA. RGB value is (195,193,186). Sum of RGB (Red+Green+Blue) = 195+193+186=574 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.97% from 574); Green value is 193 (75.78% from 255 or 33.62% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C1BA is #3C3E45. Grayscale: #C0C0C0. Windows color (decimal): -3948102 or 12239299. OLE color: 12239299.

HSL color Cylindrical-coordinate representation of color #C3C1BA: hue angle of 46.67º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C3C1BA is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB195193186-
CMYK00.010.050.24
HSL46.67º6.98%74.71%-
HSV(B)46.67º4.62%76.47%-
XYZ50.4453.2954.08-
YUV192.8124.16129.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.97%
GREEN value IS 193 (75.78% from 255) = 33.62%
BLUE value IS 186 (73.05% from 255) = 32.40%
R=33.97%
G=33.62%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519318600.010.050.2446.676.9874.71
HexC3C1BA015182f74b
Octal30330127201530577113
Binary11000011110000011011101001101110001011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C1BA; }

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

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

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

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

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

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

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

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