#C5C4BC

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

Shades of Chrome White #C5C4BC

Tints of Chrome White #C5C4BC

Color information

#C5C4BC (or 0xC5C4BC) is unknown color: approx Chrome White. HEX triplet: C5, C4 and BC. RGB value is (197,196,188). Sum of RGB (Red+Green+Blue) = 197+196+188=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 196 (76.95% from 255 or 33.73% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C4BC is #3A3B43. Grayscale: #C3C3C3. Windows color (decimal): -3816260 or 12371141. OLE color: 12371141.

HSL color Cylindrical-coordinate representation of color #C5C4BC: hue angle of 53.33º 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 #C5C4BC is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB197196188-
CMYK00.010.050.23
HSL53.33º7.2%75.49%-
HSV(B)53.33º4.57%77.25%-
XYZ51.8454.9855.46-
YUV195.39123.83129.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.91%
GREEN value IS 196 (76.95% from 255) = 33.73%
BLUE value IS 188 (73.83% from 255) = 32.36%
R=33.91%
G=33.73%
B=32.36%

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
Decimal19719618800.010.050.2353.337.275.49
HexC5C4BC015173574b
Octal30530427401527657113
Binary11000101110001001011110001101101111101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C4BC; }

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

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

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

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

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

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

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

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