#CACECE

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

Shades of Iron #CACECE

Tints of Iron #CACECE

Color information

#CACECE (or 0xCACECE) is unknown color: approx Iron. HEX triplet: CA, CE and CE. RGB value is (202,206,206). Sum of RGB (Red+Green+Blue) = 202+206+206=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #CACECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACECE is #353131. Grayscale: #CCCCCC. Windows color (decimal): -3486002 or 13553354. OLE color: 13553354.

HSL color Cylindrical-coordinate representation of color #CACECE: hue angle of 180º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CACECE is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202206206-
CMYK0.02000.19
HSL180º3.92%80%-
HSV(B)180º1.94%80.78%-
XYZ57.5761.1667.16-
YUV204.8128.67126-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.90%
GREEN value IS 206 (80.86% from 255) = 33.55%
BLUE value IS 206 (80.86% from 255) = 33.55%
R=32.90%
G=33.55%
B=33.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022062060.02000.191803.9280
HexCACECE20013b4450
Octal312316316200232644120
Binary110010101100111011001110100010011101101001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACECE; }

 p { color: rgb(202,206,206); }

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

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

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

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

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

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

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