#C0CCCD

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

Shades of Iron #C0CCCD

Tints of Iron #C0CCCD

Color information

#C0CCCD (or 0xC0CCCD) is unknown color: approx Iron. HEX triplet: C0, CC and CD. RGB value is (192,204,205). Sum of RGB (Red+Green+Blue) = 192+204+205=601 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.95% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 205 - color contains mainly: blue. Hex color #C0CCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCCD is #3F3332. Grayscale: #C8C8C8. Windows color (decimal): -4141875 or 13487296. OLE color: 13487296.

HSL color Cylindrical-coordinate representation of color #C0CCCD: hue angle of 184.62º 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 #C0CCCD is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192204205-
CMYK0.060.0000.20
HSL184.62º11.5%77.84%-
HSV(B)184.62º6.34%80.39%-
XYZ54.3558.866.24-
YUV200.53130.52121.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.95%
GREEN value IS 204 (80.08% from 255) = 33.94%
BLUE value IS 205 (80.47% from 255) = 34.11%
R=31.95%
G=33.94%
B=34.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1922042050.060.0000.20184.6211.577.84
HexC0CCCD60014b9c4e
Octal3003143156002427114116
Binary11000000110011001100110111000101001011100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CCCD; }

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

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

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

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

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

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

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

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