#C6CACB

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

Shades of Iron #C6CACB

Tints of Iron #C6CACB

Color information

#C6CACB (or 0xC6CACB) is unknown color: approx Iron. HEX triplet: C6, CA and CB. RGB value is (198,202,203). Sum of RGB (Red+Green+Blue) = 198+202+203=603 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.84% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 203 - color contains mainly: blue. Hex color #C6CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CACB is #393534. Grayscale: #C8C8C8. Windows color (decimal): -3749173 or 13355718. OLE color: 13355718.

HSL color Cylindrical-coordinate representation of color #C6CACB: hue angle of 192º degrees, saturation: 0.05, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C6CACB is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB198202203-
CMYK0.020.0000.20
HSL192º4.59%78.63%-
HSV(B)192º2.46%79.61%-
XYZ55.1958.5664.89-
YUV200.92129.17125.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.84%
GREEN value IS 202 (79.30% from 255) = 33.50%
BLUE value IS 203 (79.69% from 255) = 33.67%
R=32.84%
G=33.50%
B=33.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1982022030.020.0000.201924.5978.63
HexC6CACB20014c054f
Octal306312313200243005117
Binary110001101100101011001011100010100110000001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CACB; }

 p { color: rgb(198,202,203); }

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

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

 a { background-color: rgb(198,202,203); }

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

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

 span { border-color: rgb(198,202,203); }

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