Html Css Color HEX #C0732E Meteor

📋 copy color: '#C0732E'

red 192 ◦ green 115 ◦ blue 46

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

Shades of Meteor #C0732E

Tints of Meteor #C0732E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.58%

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

R = 54.39%
G = 32.58%
B = 13.03%

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

#C0732E (or 0xC0732E) is known color: Meteor. HEX triplet: C0, 73 and 2E. RGB value is (192,115,46). Sum of RGB (Red+Green+Blue) = 192+115+46=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0732E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0732E is #3F8CD1. Grayscale: #828282. Windows color (decimal): -4164818 or 3044288. OLE color: 3044288.

HSL color Cylindrical-coordinate representation of color #C0732E: hue angle of 28.36º 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 #C0732E is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 115 46 -
CMYK 0 0.40 0.76 0.25
HSL 28.36º 0.61% 0.47% -
HSV(B) 28.36º 0.76% 0.75% -
XYZ 28.36 23.67 5.66 -
YUV 130.16 80.51 172.11 -
System Red Green Blue C M Y K H S L
Decimal 192 115 46 0 0.40 0.76 0.25 28.36 0.61 0.47
Hex C0 73 2E 0 28 4C 19 1C 3D 2F
Octal 300 163 56 0 50 114 31 34 75 57
Binary 11000000 1110011 101110 0 101000 1001100 11001 11100 111101 101111

Color Harmonies of #C0732E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0732E

Black with #C0732E

Text Example


Text Example

White with #C0732E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0732E; }

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

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

background-color css

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

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

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

border-color css

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

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

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