Html Css Color HEX #C2742B Meteor

📋 copy color: '#C2742B'

red 194 ◦ green 116 ◦ blue 43

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

Shades of Meteor #C2742B

Tints of Meteor #C2742B

RGB

 RED value IS 194 (76.17% from 255) = 54.96%

 GREEN value IS 116 (45.7% from 255) = 32.86%

 BLUE value IS 43 (17.19% from 255) = 12.18%

R = 54.96%
G = 32.86%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2742B (or 0xC2742B) is known color: Meteor. HEX triplet: C2, 74 and 2B. RGB value is (194,116,43). Sum of RGB (Red+Green+Blue) = 194+116+43=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C2742B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2742B is #3D8BD4. Grayscale: #838383. Windows color (decimal): -4033493 or 2847938. OLE color: 2847938.

HSL color Cylindrical-coordinate representation of color #C2742B: hue angle of 29.01º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2742B is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 116 43 -
CMYK 0 0.40 0.78 0.24
HSL 29.01º 0.64% 0.46% -
HSV(B) 29.01º 0.78% 0.76% -
XYZ 28.93 24.13 5.42 -
YUV 131 78.34 172.94 -
System Red Green Blue C M Y K H S L
Decimal 194 116 43 0 0.40 0.78 0.24 29.01 0.64 0.46
Hex C2 74 2B 0 28 4E 18 1D 40 2E
Octal 302 164 53 0 50 116 30 35 100 56
Binary 11000010 1110100 101011 0 101000 1001110 11000 11101 1000000 101110

Color Harmonies of #C2742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2742B

Black with #C2742B

Text Example


Text Example

White with #C2742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2742B; }

 p { color: rgb(194,116,43); }

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

background-color css

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

 a { background-color: rgb(194,116,43); }

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

border-color css

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

 span { border-color: rgb(194,116,43); }

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