#C0CDCC

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

Shades of Iron #C0CDCC

Tints of Iron #C0CDCC

Color information

#C0CDCC (or 0xC0CDCC) is unknown color: approx Iron. HEX triplet: C0, CD and CC. RGB value is (192,205,204). Sum of RGB (Red+Green+Blue) = 192+205+204=601 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.95% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDCC is #3F3233. Grayscale: #C8C8C8. Windows color (decimal): -4141620 or 13422016. OLE color: 13422016.

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

Color convert

RGB192205204-
CMYK0.0600.000.20
HSL175.38º11.5%77.84%-
HSV(B)175.38º6.34%80.39%-
XYZ54.4759.2365.69-
YUV201129.69121.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.95%
GREEN value IS 205 (80.47% from 255) = 34.11%
BLUE value IS 204 (80.08% from 255) = 33.94%
R=31.95%
G=34.11%
B=33.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1922052040.0600.000.20175.3811.577.84
HexC0CDCC60014afc4e
Octal3003153146002425714116
Binary11000000110011011100110011000101001010111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CDCC; }

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

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

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

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

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

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

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

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