#C1CBCF

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

Shades of Iron #C1CBCF

Tints of Iron #C1CBCF

Color information

#C1CBCF (or 0xC1CBCF) is unknown color: approx Iron. HEX triplet: C1, CB and CF. RGB value is (193,203,207). Sum of RGB (Red+Green+Blue) = 193+203+207=603 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.01% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 207 - color contains mainly: blue. Hex color #C1CBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CBCF is #3E3430. Grayscale: #C8C8C8. Windows color (decimal): -4076593 or 13618113. OLE color: 13618113.

HSL color Cylindrical-coordinate representation of color #C1CBCF: hue angle of 197.14º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C1CBCF is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB193203207-
CMYK0.070.0200.19
HSL197.14º12.73%78.43%-
HSV(B)197.14º6.76%81.18%-
XYZ54.6158.5567.46-
YUV200.47131.69122.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.01%
GREEN value IS 203 (79.69% from 255) = 33.67%
BLUE value IS 207 (81.25% from 255) = 34.33%
R=32.01%
G=33.67%
B=34.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1932032070.070.0200.19197.1412.7378.43
HexC1CBCF72013c5d4e
Octal3013133177202330515116
Binary110000011100101111001111111100100111100010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CBCF; }

 p { color: rgb(193,203,207); }

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

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

 a { background-color: rgb(193,203,207); }

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

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

 span { border-color: rgb(193,203,207); }

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