#C7CCCC

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

Shades of Iron #C7CCCC

Tints of Iron #C7CCCC

Color information

#C7CCCC (or 0xC7CCCC) is unknown color: approx Iron. HEX triplet: C7, CC and CC. RGB value is (199,204,204). Sum of RGB (Red+Green+Blue) = 199+204+204=607 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.78% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #C7CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CCCC is #383333. Grayscale: #CACACA. Windows color (decimal): -3683124 or 13421767. OLE color: 13421767.

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

Color convert

RGB199204204-
CMYK0.02000.2
HSL180º4.67%79.02%-
HSV(B)180º2.45%80%-
XYZ56.0559.6965.69-
YUV202.5128.84125.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.78%
GREEN value IS 204 (80.08% from 255) = 33.61%
BLUE value IS 204 (80.08% from 255) = 33.61%
R=32.78%
G=33.61%
B=33.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1992042040.02000.21804.6779.02
HexC7CCCC20014b454f
Octal307314314200242645117
Binary110001111100110011001100100010100101101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CCCC; }

 p { color: rgb(199,204,204); }

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

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

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

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

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

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

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