#C3CBCD

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

Shades of Iron #C3CBCD

Tints of Iron #C3CBCD

Color information

#C3CBCD (or 0xC3CBCD) is unknown color: approx Iron. HEX triplet: C3, CB and CD. RGB value is (195,203,205). Sum of RGB (Red+Green+Blue) = 195+203+205=603 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.34% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 205 - color contains mainly: blue. Hex color #C3CBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CBCD is #3C3432. Grayscale: #C8C8C8. Windows color (decimal): -3945523 or 13487043. OLE color: 13487043.

HSL color Cylindrical-coordinate representation of color #C3CBCD: hue angle of 192º degrees, saturation: 0.09, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C3CBCD is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195203205-
CMYK0.050.0100.20
HSL192º9.09%78.43%-
HSV(B)192º4.88%80.39%-
XYZ54.8858.7266.2-
YUV200.84130.35123.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.34%
GREEN value IS 203 (79.69% from 255) = 33.67%
BLUE value IS 205 (80.47% from 255) = 34.00%
R=32.34%
G=33.67%
B=34.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1952032050.050.0100.201929.0978.43
HexC3CBCD51014c094e
Octal3033133155102430011116
Binary11000011110010111100110110110101001100000010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CBCD; }

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

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

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

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

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

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

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

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