#C8CACA

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

Shades of Iron #C8CACA

Tints of Iron #C8CACA

Color information

#C8CACA (or 0xC8CACA) is unknown color: approx Iron. HEX triplet: C8, CA and CA. RGB value is (200,202,202). Sum of RGB (Red+Green+Blue) = 200+202+202=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #C8CACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CACA is #373535. Grayscale: #C9C9C9. Windows color (decimal): -3618102 or 13290184. OLE color: 13290184.

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

Color convert

RGB200202202-
CMYK0.01000.21
HSL180º1.85%78.82%-
HSV(B)180º0.99%79.22%-
XYZ55.658.7864.29-
YUV201.4128.34127-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.11%
GREEN value IS 202 (79.30% from 255) = 33.44%
BLUE value IS 202 (79.30% from 255) = 33.44%
R=33.11%
G=33.44%
B=33.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2002022020.01000.211801.8578.82
HexC8CACA10015b424f
Octal310312312100252642117
Binary1100100011001010110010101001010110110100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CACA; }

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

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

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

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

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

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

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

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