#C5CCCD

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

Shades of Iron #C5CCCD

Tints of Iron #C5CCCD

Color information

#C5CCCD (or 0xC5CCCD) is unknown color: approx Iron. HEX triplet: C5, CC and CD. RGB value is (197,204,205). Sum of RGB (Red+Green+Blue) = 197+204+205=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5CCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCCD is #3A3332. Grayscale: #CACACA. Windows color (decimal): -3814195 or 13487301. OLE color: 13487301.

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

Color convert

RGB197204205-
CMYK0.040.0000.20
HSL187.5º7.41%78.82%-
HSV(B)187.5º3.9%80.39%-
XYZ55.6459.4666.3-
YUV202.02129.68124.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.51%
GREEN value IS 204 (80.08% from 255) = 33.66%
BLUE value IS 205 (80.47% from 255) = 33.83%
R=32.51%
G=33.66%
B=33.83%

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
Decimal1972042050.040.0000.20187.57.4178.82
HexC5CCCD40014bb74f
Octal305314315400242737117
Binary1100010111001100110011011000010100101110111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CCCD; }

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

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

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

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

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

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

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

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