Html Css Color HEX #C9CCCD Iron

📋 copy color: '#C9CCCD'

red 201 ◦ green 204 ◦ blue 205

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

Shades of Iron #C9CCCD

Tints of Iron #C9CCCD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.44%

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

R = 32.95%
G = 33.44%
B = 33.61%

CMYK

 C value IS 0.02

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C9CCCD (or 0xC9CCCD) is known color: Iron. HEX triplet: C9, CC and CD. RGB value is (201,204,205). Sum of RGB (Red+Green+Blue) = 201+204+205=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 205 - color contains mainly: blue. Hex color #C9CCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CCCD is #363332. Grayscale: #CBCBCB. Windows color (decimal): -3552051 or 13487305. OLE color: 13487305.

HSL color Cylindrical-coordinate representation of color #C9CCCD: hue angle of 195º 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 #C9CCCD is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 204 205 -
CMYK 0.02 0.00 0 0.20
HSL 195º 0.04% 0.8% -
HSV(B) 195º 0.02% 0.8% -
XYZ 56.7 60.01 66.35 -
YUV 203.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 201 204 205 0.02 0.00 0 0.20 195 0.04 0.8
Hex C9 CC CD 2 0 0 14 C3 4 50
Octal 311 314 315 2 0 0 24 303 4 120
Binary 11001001 11001100 11001101 10 0 0 10100 11000011 100 1010000

Color Harmonies of #C9CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CCCD

Black with #C9CCCD

Text Example


Text Example

White with #C9CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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