#C5C3BC

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

Shades of Chrome White #C5C3BC

Tints of Chrome White #C5C3BC

Color information

#C5C3BC (or 0xC5C3BC) is unknown color: approx Chrome White. HEX triplet: C5, C3 and BC. RGB value is (197,195,188). Sum of RGB (Red+Green+Blue) = 197+195+188=580 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.97% from 580); Green value is 195 (76.56% from 255 or 33.62% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C3BC is #3A3C43. Grayscale: #C2C2C2. Windows color (decimal): -3816516 or 12370885. OLE color: 12370885.

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

Color convert

RGB197195188-
CMYK00.010.050.23
HSL46.67º7.2%75.49%-
HSV(B)46.67º4.57%77.25%-
XYZ51.6254.5355.38-
YUV194.8124.16129.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.97%
GREEN value IS 195 (76.56% from 255) = 33.62%
BLUE value IS 188 (73.83% from 255) = 32.41%
R=33.97%
G=33.62%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719518800.010.050.2346.677.275.49
HexC5C3BC015172f74b
Octal30530327401527577113
Binary11000101110000111011110001101101111011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C3BC; }

 p { color: rgb(197,195,188); }

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

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

 a { background-color: rgb(197,195,188); }

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

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

 span { border-color: rgb(197,195,188); }

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