#C8CDCD

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

Shades of Iron #C8CDCD

Tints of Iron #C8CDCD

Color information

#C8CDCD (or 0xC8CDCD) is unknown color: approx Iron. HEX triplet: C8, CD and CD. RGB value is (200,205,205). Sum of RGB (Red+Green+Blue) = 200+205+205=610 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.79% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #C8CDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CDCD is #373232. Grayscale: #CBCBCB. Windows color (decimal): -3617331 or 13487560. OLE color: 13487560.

HSL color Cylindrical-coordinate representation of color #C8CDCD: hue angle of 180º degrees, saturation: 0.05, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C8CDCD is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB200205205-
CMYK0.02000.20
HSL180º4.76%79.41%-
HSV(B)180º2.44%80.39%-
XYZ56.6760.3566.42-
YUV203.5128.84125.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.79%
GREEN value IS 205 (80.47% from 255) = 33.61%
BLUE value IS 205 (80.47% from 255) = 33.61%
R=32.79%
G=33.61%
B=33.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2002052050.02000.201804.7679.41
HexC8CDCD20014b454f
Octal310315315200242645117
Binary110010001100110111001101100010100101101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CDCD; }

 p { color: rgb(200,205,205); }

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

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

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

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

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

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

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