#C3CECE

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

Shades of Iron #C3CECE

Tints of Iron #C3CECE

Color information

#C3CECE (or 0xC3CECE) is unknown color: approx Iron. HEX triplet: C3, CE and CE. RGB value is (195,206,206). Sum of RGB (Red+Green+Blue) = 195+206+206=607 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.13% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #C3CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CECE is #3C3131. Grayscale: #CACACA. Windows color (decimal): -3944754 or 13553347. OLE color: 13553347.

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

Color convert

RGB195206206-
CMYK0.05000.19
HSL180º10.09%78.63%-
HSV(B)180º5.34%80.78%-
XYZ55.7260.267.08-
YUV202.71129.86122.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.13%
GREEN value IS 206 (80.86% from 255) = 33.94%
BLUE value IS 206 (80.86% from 255) = 33.94%
R=32.13%
G=33.94%
B=33.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1952062060.05000.1918010.0978.63
HexC3CECE50013b4a4f
Octal3033163165002326412117
Binary11000011110011101100111010100100111011010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CECE; }

 p { color: rgb(195,206,206); }

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

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

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

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

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

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

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