#C3CDCC

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

Shades of Iron #C3CDCC

Tints of Iron #C3CDCC

Color information

#C3CDCC (or 0xC3CDCC) is unknown color: approx Iron. HEX triplet: C3, CD and CC. RGB value is (195,205,204). Sum of RGB (Red+Green+Blue) = 195+205+204=604 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.28% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 205 - color contains mainly: green. Hex color #C3CDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDCC is #3C3233. Grayscale: #C9C9C9. Windows color (decimal): -3945012 or 13422019. OLE color: 13422019.

HSL color Cylindrical-coordinate representation of color #C3CDCC: hue angle of 174º 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 #C3CDCC is Cyan = 0.05, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB195205204-
CMYK0.0500.000.20
HSL174º9.09%78.43%-
HSV(B)174º4.88%80.39%-
XYZ55.2459.6265.72-
YUV201.9129.19123.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.28%
GREEN value IS 205 (80.47% from 255) = 33.94%
BLUE value IS 204 (80.08% from 255) = 33.77%
R=32.28%
G=33.94%
B=33.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1952052040.0500.000.201749.0978.43
HexC3CDCC50014ae94e
Octal3033153145002425611116
Binary11000011110011011100110010100101001010111010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CDCC; }

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

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

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

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

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

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

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

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