Html Css Color HEX #C4C9C9 Iron

📋 copy color: '#C4C9C9'

red 196 ◦ green 201 ◦ blue 201

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

Shades of Iron #C4C9C9

Tints of Iron #C4C9C9

RGB

 RED value IS 196 (76.95% from 255) = 32.78%

 GREEN value IS 201 (78.91% from 255) = 33.61%

 BLUE value IS 201 (78.91% from 255) = 33.61%

R = 32.78%
G = 33.61%
B = 33.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C4C9C9 (or 0xC4C9C9) is known color: Iron. HEX triplet: C4, C9 and C9. RGB value is (196,201,201). Sum of RGB (Red+Green+Blue) = 196+201+201=598 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.78% from 598); Green value is 201 (78.91% from 255 or 33.61% from 598); Blue value is 201 (78.91% from 255 or 33.61% from 598); Max value from RGB is 201 - color contains mainly: green, blue. Hex color #C4C9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C9C9 is #3B3636. Grayscale: #C7C7C7. Windows color (decimal): -3880503 or 13224388. OLE color: 13224388.

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

Color convert

RGB 196 201 201 -
CMYK 0.02 0 0 0.21
HSL 180º 0.04% 0.78% -
HSV(B) 180º 0.02% 0.79% -
XYZ 54.19 57.73 63.54 -
YUV 199.51 128.84 125.5 -
System Red Green Blue C M Y K H S L
Decimal 196 201 201 0.02 0 0 0.21 180 0.04 0.78
Hex C4 C9 C9 2 0 0 15 B4 4 4E
Octal 304 311 311 2 0 0 25 264 4 116
Binary 11000100 11001001 11001001 10 0 0 10101 10110100 100 1001110

Color Harmonies of #C4C9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C9C9

Black with #C4C9C9

Text Example


Text Example

White with #C4C9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C9C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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