#C0CECF

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

Shades of Iron #C0CECF

Tints of Iron #C0CECF

Color information

#C0CECF (or 0xC0CECF) is unknown color: approx Iron. HEX triplet: C0, CE and CF. RGB value is (192,206,207). Sum of RGB (Red+Green+Blue) = 192+206+207=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 207 - color contains mainly: blue. Hex color #C0CECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CECF is #3F3130. Grayscale: #C9C9C9. Windows color (decimal): -4141361 or 13618880. OLE color: 13618880.

HSL color Cylindrical-coordinate representation of color #C0CECF: hue angle of 184º degrees, saturation: 0.14, 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 #C0CECF is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192206207-
CMYK0.070.0000.19
HSL184º13.51%78.24%-
HSV(B)184º7.25%81.18%-
XYZ55.0759.8567.68-
YUV201.93130.86120.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.74%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 207 (81.25% from 255) = 34.21%
R=31.74%
G=34.05%
B=34.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1922062070.070.0000.1918413.5178.24
HexC0CECF70013b8e4e
Octal3003163177002327016116
Binary11000000110011101100111111100100111011100011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CECF; }

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

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

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

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

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

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

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

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