#C0CDD1

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

Shades of Iron #C0CDD1

Tints of Iron #C0CDD1

Color information

#C0CDD1 (or 0xC0CDD1) is unknown color: approx Iron. HEX triplet: C0, CD and D1. RGB value is (192,205,209). Sum of RGB (Red+Green+Blue) = 192+205+209=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 209 - color contains mainly: blue. Hex color #C0CDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDD1 is #3F322E. Grayscale: #C9C9C9. Windows color (decimal): -4141615 or 13749696. OLE color: 13749696.

HSL color Cylindrical-coordinate representation of color #C0CDD1: hue angle of 194.12º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0CDD1 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB192205209-
CMYK0.080.0200.18
HSL194.12º15.6%78.63%-
HSV(B)194.12º8.13%81.96%-
XYZ55.0859.4768.9-
YUV201.57132.19121.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.68%
GREEN value IS 205 (80.47% from 255) = 33.83%
BLUE value IS 209 (82.03% from 255) = 34.49%
R=31.68%
G=33.83%
B=34.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1922052090.080.0200.18194.1215.678.63
HexC0CDD182012c2104f
Octal30031532110202230220117
Binary11000000110011011101000110001001001011000010100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CDD1; }

 p { color: rgb(192,205,209); }

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

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

 a { background-color: rgb(192,205,209); }

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

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

 span { border-color: rgb(192,205,209); }

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