#C0CECD

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

Shades of Iron #C0CECD

Tints of Iron #C0CECD

Color information

#C0CECD (or 0xC0CECD) is unknown color: approx Iron. HEX triplet: C0, CE and CD. RGB value is (192,206,205). Sum of RGB (Red+Green+Blue) = 192+206+205=603 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.84% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CECD is #3F3132. Grayscale: #C9C9C9. Windows color (decimal): -4141363 or 13487808. OLE color: 13487808.

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

Color convert

RGB192206205-
CMYK0.0700.000.19
HSL175.71º12.5%78.04%-
HSV(B)175.71º6.8%80.78%-
XYZ54.8359.7666.4-
YUV201.7129.86121.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.84%
GREEN value IS 206 (80.86% from 255) = 34.16%
BLUE value IS 205 (80.47% from 255) = 34.00%
R=31.84%
G=34.16%
B=34.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1922062050.0700.000.19175.7112.578.04
HexC0CECD70013b0c4e
Octal3003163157002326014116
Binary11000000110011101100110111100100111011000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CECD; }

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

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

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

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

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

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

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

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