#C7CBCB

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

Shades of Iron #C7CBCB

Tints of Iron #C7CBCB

Color information

#C7CBCB (or 0xC7CBCB) is unknown color: approx Iron. HEX triplet: C7, CB and CB. RGB value is (199,203,203). Sum of RGB (Red+Green+Blue) = 199+203+203=605 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.89% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #C7CBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBCB is #383434. Grayscale: #C9C9C9. Windows color (decimal): -3683381 or 13355975. OLE color: 13355975.

HSL color Cylindrical-coordinate representation of color #C7CBCB: hue angle of 180º degrees, saturation: 0.04, 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 #C7CBCB is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB199203203-
CMYK0.02000.20
HSL180º3.7%78.82%-
HSV(B)180º1.97%79.61%-
XYZ55.6959.1764.98-
YUV201.8128.67126-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.89%
GREEN value IS 203 (79.69% from 255) = 33.55%
BLUE value IS 203 (79.69% from 255) = 33.55%
R=32.89%
G=33.55%
B=33.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1992032030.02000.201803.778.82
HexC7CBCB20014b444f
Octal307313313200242644117
Binary110001111100101111001011100010100101101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CBCB; }

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

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

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

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

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

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

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

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