#C4CACB

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

Shades of Iron #C4CACB

Tints of Iron #C4CACB

Color information

#C4CACB (or 0xC4CACB) is unknown color: approx Iron. HEX triplet: C4, CA and CB. RGB value is (196,202,203). Sum of RGB (Red+Green+Blue) = 196+202+203=601 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.61% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 203 - color contains mainly: blue. Hex color #C4CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CACB is #3B3534. Grayscale: #C8C8C8. Windows color (decimal): -3880245 or 13355716. OLE color: 13355716.

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

Color convert

RGB196202203-
CMYK0.030.0000.20
HSL188.57º6.31%78.24%-
HSV(B)188.57º3.45%79.61%-
XYZ54.6658.2964.87-
YUV200.32129.51124.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.61%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 203 (79.69% from 255) = 33.78%
R=32.61%
G=33.61%
B=33.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1962022030.030.0000.20188.576.3178.24
HexC4CACB30014bd64e
Octal304312313300242756116
Binary110001001100101011001011110010100101111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CACB; }

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

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

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

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

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

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

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

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