#C4CCCD

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

Shades of Iron #C4CCCD

Tints of Iron #C4CCCD

Color information

#C4CCCD (or 0xC4CCCD) is unknown color: approx Iron. HEX triplet: C4, CC and CD. RGB value is (196,204,205). Sum of RGB (Red+Green+Blue) = 196+204+205=605 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.40% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 205 - color contains mainly: blue. Hex color #C4CCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CCCD is #3B3332. Grayscale: #C9C9C9. Windows color (decimal): -3879731 or 13487300. OLE color: 13487300.

HSL color Cylindrical-coordinate representation of color #C4CCCD: hue angle of 186.67º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C4CCCD is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196204205-
CMYK0.040.0000.20
HSL186.67º8.26%78.63%-
HSV(B)186.67º4.39%80.39%-
XYZ55.3859.3366.29-
YUV201.72129.85123.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.40%
GREEN value IS 204 (80.08% from 255) = 33.72%
BLUE value IS 205 (80.47% from 255) = 33.88%
R=32.40%
G=33.72%
B=33.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1962042050.040.0000.20186.678.2678.63
HexC4CCCD40014bb84f
Octal3043143154002427310117
Binary11000100110011001100110110000101001011101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CCCD; }

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

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

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

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

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

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

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

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