#C3CDCF

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

Shades of Iron #C3CDCF

Tints of Iron #C3CDCF

Color information

#C3CDCF (or 0xC3CDCF) is unknown color: approx Iron. HEX triplet: C3, CD and CF. RGB value is (195,205,207). Sum of RGB (Red+Green+Blue) = 195+205+207=607 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.13% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 207 - color contains mainly: blue. Hex color #C3CDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDCF is #3C3230. Grayscale: #CACACA. Windows color (decimal): -3945009 or 13618627. OLE color: 13618627.

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

Color convert

RGB195205207-
CMYK0.060.0100.19
HSL190º11.11%78.82%-
HSV(B)190º5.8%81.18%-
XYZ55.659.7767.64-
YUV202.24130.69122.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.13%
GREEN value IS 205 (80.47% from 255) = 33.77%
BLUE value IS 207 (81.25% from 255) = 34.10%
R=32.13%
G=33.77%
B=34.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1952052070.060.0100.1919011.1178.82
HexC3CDCF61013beb4f
Octal3033153176102327613117
Binary11000011110011011100111111010100111011111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CDCF; }

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

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

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

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

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

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

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

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