Html Css Color HEX #C9CACA Iron

📋 copy color: '#C9CACA'

red 201 ◦ green 202 ◦ blue 202

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

Shades of Iron #C9CACA

Tints of Iron #C9CACA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.39%

 BLUE value IS 202 (79.3% from 255) = 33.39%

R = 33.22%
G = 33.39%
B = 33.39%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C9CACA (or 0xC9CACA) is known color: Iron. HEX triplet: C9, CA and CA. RGB value is (201,202,202). Sum of RGB (Red+Green+Blue) = 201+202+202=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #C9CACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CACA is #363535. Grayscale: #C9C9C9. Windows color (decimal): -3552566 or 13290185. OLE color: 13290185.

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

Color convert

RGB 201 202 202 -
CMYK 0.00 0 0 0.21
HSL 180º 0.01% 0.79% -
HSV(B) 180º 0% 0.79% -
XYZ 55.87 58.92 64.31 -
YUV 201.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 201 202 202 0.00 0 0 0.21 180 0.01 0.79
Hex C9 CA CA 0 0 0 15 B4 1 4F
Octal 311 312 312 0 0 0 25 264 1 117
Binary 11001001 11001010 11001010 0 0 0 10101 10110100 1 1001111

Color Harmonies of #C9CACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CACA

Black with #C9CACA

Text Example


Text Example

White with #C9CACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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