#C0CACD

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

Shades of Iron #C0CACD

Tints of Iron #C0CACD

Color information

#C0CACD (or 0xC0CACD) is unknown color: approx Iron. HEX triplet: C0, CA and CD. RGB value is (192,202,205). Sum of RGB (Red+Green+Blue) = 192+202+205=599 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.05% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 205 - color contains mainly: blue. Hex color #C0CACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CACD is #3F3532. Grayscale: #C7C7C7. Windows color (decimal): -4142387 or 13486784. OLE color: 13486784.

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

Color convert

RGB192202205-
CMYK0.060.0100.20
HSL193.85º11.5%77.84%-
HSV(B)193.85º6.34%80.39%-
XYZ53.8857.8666.09-
YUV199.35131.19122.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.05%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 205 (80.47% from 255) = 34.22%
R=32.05%
G=33.72%
B=34.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1922022050.060.0100.20193.8511.577.84
HexC0CACD61014c2c4e
Octal3003123156102430214116
Binary11000000110010101100110111010101001100001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CACD; }

 p { color: rgb(192,202,205); }

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

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

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

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

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

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

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