Html Css Color HEX #C7CACA Iron

📋 copy color: '#C7CACA'

red 199 ◦ green 202 ◦ blue 202

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

Shades of Iron #C7CACA

Tints of Iron #C7CACA

RGB

 RED value IS 199 (78.13% from 255) = 33%

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

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

R = 33%
G = 33.5%
B = 33.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C7CACA (or 0xC7CACA) is known color: Iron. HEX triplet: C7, CA and CA. RGB value is (199,202,202). Sum of RGB (Red+Green+Blue) = 199+202+202=603 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.00% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #C7CACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CACA is #383535. Grayscale: #C9C9C9. Windows color (decimal): -3683638 or 13290183. OLE color: 13290183.

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

Color convert

RGB 199 202 202 -
CMYK 0.01 0 0 0.21
HSL 180º 0.03% 0.79% -
HSV(B) 180º 0.01% 0.79% -
XYZ 55.33 58.65 64.28 -
YUV 201.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 199 202 202 0.01 0 0 0.21 180 0.03 0.79
Hex C7 CA CA 1 0 0 15 B4 3 4F
Octal 307 312 312 1 0 0 25 264 3 117
Binary 11000111 11001010 11001010 1 0 0 10101 10110100 11 1001111

Color Harmonies of #C7CACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CACA

Black with #C7CACA

Text Example


Text Example

White with #C7CACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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