#C7C3B9

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

Shades of Chrome White #C7C3B9

Tints of Chrome White #C7C3B9

Color information

#C7C3B9 (or 0xC7C3B9) is unknown color: approx Chrome White. HEX triplet: C7, C3 and B9. RGB value is (199,195,185). Sum of RGB (Red+Green+Blue) = 199+195+185=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 195 (76.56% from 255 or 33.68% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C3B9 is #383C46. Grayscale: #C3C3C3. Windows color (decimal): -3685447 or 12174279. OLE color: 12174279.

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

Color convert

RGB199195185-
CMYK00.020.070.22
HSL42.86º11.11%75.29%-
HSV(B)42.86º7.04%78.04%-
XYZ51.8354.6853.72-
YUV195.06122.33130.81-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.37%
GREEN value IS 195 (76.56% from 255) = 33.68%
BLUE value IS 185 (72.66% from 255) = 31.95%
R=34.37%
G=33.68%
B=31.95%

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
Decimal19919518500.020.070.2242.8611.1175.29
HexC7C3B9027162bb4b
Octal307303271027265313113
Binary1100011111000011101110010101111011010101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C3B9; }

 p { color: rgb(199,195,185); }

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

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

 a { background-color: rgb(199,195,185); }

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

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

 span { border-color: rgb(199,195,185); }

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