#C3CFD3

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

Shades of Iron #C3CFD3

Tints of Iron #C3CFD3

Color information

#C3CFD3 (or 0xC3CFD3) is unknown color: approx Iron. HEX triplet: C3, CF and D3. RGB value is (195,207,211). Sum of RGB (Red+Green+Blue) = 195+207+211=613 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.81% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 211 - color contains mainly: blue. Hex color #C3CFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CFD3 is #3C302C. Grayscale: #CBCBCB. Windows color (decimal): -3944493 or 13881283. OLE color: 13881283.

HSL color Cylindrical-coordinate representation of color #C3CFD3: hue angle of 195º degrees, saturation: 0.15, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3CFD3 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB195207211-
CMYK0.080.0200.17
HSL195º15.38%79.61%-
HSV(B)195º7.58%82.75%-
XYZ56.5860.9370.41-
YUV203.87132.02121.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.81%
GREEN value IS 207 (81.25% from 255) = 33.77%
BLUE value IS 211 (82.81% from 255) = 34.42%
R=31.81%
G=33.77%
B=34.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1952072110.080.0200.1719515.3879.61
HexC3CFD382011c3f50
Octal30331732310202130317120
Binary1100001111001111110100111000100100011100001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CFD3; }

 p { color: rgb(195,207,211); }

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

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

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

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

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

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

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