#C5CBCC

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

Shades of Iron #C5CBCC

Tints of Iron #C5CBCC

Color information

#C5CBCC (or 0xC5CBCC) is unknown color: approx Iron. HEX triplet: C5, CB and CC. RGB value is (197,203,204). Sum of RGB (Red+Green+Blue) = 197+203+204=604 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.62% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 204 - color contains mainly: blue. Hex color #C5CBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CBCC is #3A3433. Grayscale: #C9C9C9. Windows color (decimal): -3814452 or 13421509. OLE color: 13421509.

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

Color convert

RGB197203204-
CMYK0.030.0000.2
HSL188.57º6.42%78.63%-
HSV(B)188.57º3.43%80%-
XYZ55.2858.9465.59-
YUV201.32129.51124.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.62%
GREEN value IS 203 (79.69% from 255) = 33.61%
BLUE value IS 204 (80.08% from 255) = 33.77%
R=32.62%
G=33.61%
B=33.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1972032040.030.0000.2188.576.4278.63
HexC5CBCC30014bd64f
Octal305313314300242756117
Binary110001011100101111001100110010100101111011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CBCC; }

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

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

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

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

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

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

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

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