Html Css Color HEX #C9CDCD Iron

📋 copy color: '#C9CDCD'

red 201 ◦ green 205 ◦ blue 205

#C9CDCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iron #C9CDCD

Tints of Iron #C9CDCD

RGB

 RED value IS 201 (78.91% from 255) = 32.9%

 GREEN value IS 205 (80.47% from 255) = 33.55%

 BLUE value IS 205 (80.47% from 255) = 33.55%

R = 32.9%
G = 33.55%
B = 33.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C9CDCD (or 0xC9CDCD) is known color: Iron. HEX triplet: C9, CD and CD. RGB value is (201,205,205). Sum of RGB (Red+Green+Blue) = 201+205+205=611 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.90% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #C9CDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CDCD is #363232. Grayscale: #CBCBCB. Windows color (decimal): -3551795 or 13487561. OLE color: 13487561.

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

Color convert

RGB 201 205 205 -
CMYK 0.02 0 0 0.20
HSL 180º 0.04% 0.8% -
HSV(B) 180º 0.02% 0.8% -
XYZ 56.94 60.49 66.43 -
YUV 203.8 128.67 126 -
System Red Green Blue C M Y K H S L
Decimal 201 205 205 0.02 0 0 0.20 180 0.04 0.8
Hex C9 CD CD 2 0 0 14 B4 4 50
Octal 311 315 315 2 0 0 24 264 4 120
Binary 11001001 11001101 11001101 10 0 0 10100 10110100 100 1010000

Color Harmonies of #C9CDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CDCD

Black with #C9CDCD

Text Example


Text Example

White with #C9CDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CDCD; }

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

 H1.HeaderClassName
 {
   color: #C9CDCD;
 }
 .AnyTagClassName
 {
   color: #C9CDCD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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