#C3CACB

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

Shades of Iron #C3CACB

Tints of Iron #C3CACB

Color information

#C3CACB (or 0xC3CACB) is unknown color: approx Iron. HEX triplet: C3, CA and CB. RGB value is (195,202,203). Sum of RGB (Red+Green+Blue) = 195+202+203=600 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.5% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 203 - color contains mainly: blue. Hex color #C3CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CACB is #3C3534. Grayscale: #C8C8C8. Windows color (decimal): -3945781 or 13355715. OLE color: 13355715.

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

Color convert

RGB195202203-
CMYK0.040.0000.20
HSL187.5º7.14%78.04%-
HSV(B)187.5º3.94%79.61%-
XYZ54.4158.1564.86-
YUV200.02129.68124.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.5%
GREEN value IS 202 (79.30% from 255) = 33.67%
BLUE value IS 203 (79.69% from 255) = 33.83%
R=32.5%
G=33.67%
B=33.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1952022030.040.0000.20187.57.1478.04
HexC3CACB40014bb74e
Octal303312313400242737116
Binary1100001111001010110010111000010100101110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CACB; }

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

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

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

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

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

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

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

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