#C6CBCC

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

Shades of Iron #C6CBCC

Tints of Iron #C6CBCC

Color information

#C6CBCC (or 0xC6CBCC) is unknown color: approx Iron. HEX triplet: C6, CB and CC. RGB value is (198,203,204). Sum of RGB (Red+Green+Blue) = 198+203+204=605 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.73% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 204 - color contains mainly: blue. Hex color #C6CBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CBCC is #393433. Grayscale: #C9C9C9. Windows color (decimal): -3748916 or 13421510. OLE color: 13421510.

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

Color convert

RGB198203204-
CMYK0.030.0000.2
HSL190º5.56%78.82%-
HSV(B)190º2.94%80%-
XYZ55.5459.0865.6-
YUV201.62129.34125.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.73%
GREEN value IS 203 (79.69% from 255) = 33.55%
BLUE value IS 204 (80.08% from 255) = 33.72%
R=32.73%
G=33.55%
B=33.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1982032040.030.0000.21905.5678.82
HexC6CBCC30014be64f
Octal306313314300242766117
Binary110001101100101111001100110010100101111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CBCC; }

 p { color: rgb(198,203,204); }

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

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

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

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

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

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

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