Html Css Color HEX #C0742E Meteor

📋 copy color: '#C0742E'

red 192 ◦ green 116 ◦ blue 46

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

Shades of Meteor #C0742E

Tints of Meteor #C0742E

RGB

 RED value IS 192 (75.39% from 255) = 54.24%

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

 BLUE value IS 46 (18.36% from 255) = 12.99%

R = 54.24%
G = 32.77%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0742E (or 0xC0742E) is known color: Meteor. HEX triplet: C0, 74 and 2E. RGB value is (192,116,46). Sum of RGB (Red+Green+Blue) = 192+116+46=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0742E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0742E is #3F8BD1. Grayscale: #838383. Windows color (decimal): -4164562 or 3044544. OLE color: 3044544.

HSL color Cylindrical-coordinate representation of color #C0742E: hue angle of 28.77º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0742E is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 116 46 -
CMYK 0 0.40 0.76 0.25
HSL 28.77º 0.61% 0.47% -
HSV(B) 28.77º 0.76% 0.75% -
XYZ 28.48 23.89 5.7 -
YUV 130.74 80.18 171.69 -
System Red Green Blue C M Y K H S L
Decimal 192 116 46 0 0.40 0.76 0.25 28.77 0.61 0.47
Hex C0 74 2E 0 28 4C 19 1D 3D 2F
Octal 300 164 56 0 50 114 31 35 75 57
Binary 11000000 1110100 101110 0 101000 1001100 11001 11101 111101 101111

Color Harmonies of #C0742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0742E

Black with #C0742E

Text Example


Text Example

White with #C0742E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0742E; }

 p { color: rgb(192,116,46); }

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

background-color css

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

 a { background-color: rgb(192,116,46); }

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

border-color css

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

 span { border-color: rgb(192,116,46); }

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