#C1CACB

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

Shades of Iron #C1CACB

Tints of Iron #C1CACB

Color information

#C1CACB (or 0xC1CACB) is unknown color: approx Iron. HEX triplet: C1, CA and CB. RGB value is (193,202,203). Sum of RGB (Red+Green+Blue) = 193+202+203=598 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.27% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 203 - color contains mainly: blue. Hex color #C1CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CACB is #3E3534. Grayscale: #C7C7C7. Windows color (decimal): -4076853 or 13355713. OLE color: 13355713.

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

Color convert

RGB193202203-
CMYK0.050.0000.20
HSL186º8.77%77.65%-
HSV(B)186º4.93%79.61%-
XYZ53.8957.8964.83-
YUV199.42130.02123.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.27%
GREEN value IS 202 (79.30% from 255) = 33.78%
BLUE value IS 203 (79.69% from 255) = 33.95%
R=32.27%
G=33.78%
B=33.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1932022030.050.0000.201868.7777.65
HexC1CACB50014ba94e
Octal3013123135002427211116
Binary11000001110010101100101110100101001011101010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CACB; }

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

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

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

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

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

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

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

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