Html Css Color HEX #C07032 Meteor

📋 copy color: '#C07032'

red 192 ◦ green 112 ◦ blue 50

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

Shades of Meteor #C07032

Tints of Meteor #C07032

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.64%

 BLUE value IS 50 (19.92% from 255) = 14.12%

R = 54.24%
G = 31.64%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C07032 (or 0xC07032) is known color: Meteor. HEX triplet: C0, 70 and 32. RGB value is (192,112,50). Sum of RGB (Red+Green+Blue) = 192+112+50=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C07032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07032 is #3F8FCD. Grayscale: #818181. Windows color (decimal): -4165582 or 3305664. OLE color: 3305664.

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

Color convert

RGB 192 112 50 -
CMYK 0 0.42 0.74 0.25
HSL 26.2º 0.59% 0.47% -
HSV(B) 26.2º 0.74% 0.75% -
XYZ 28.11 23.03 5.98 -
YUV 128.85 83.5 173.04 -
System Red Green Blue C M Y K H S L
Decimal 192 112 50 0 0.42 0.74 0.25 26.2 0.59 0.47
Hex C0 70 32 0 2A 4A 19 1A 3B 2F
Octal 300 160 62 0 52 112 31 32 73 57
Binary 11000000 1110000 110010 0 101010 1001010 11001 11010 111011 101111

Color Harmonies of #C07032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07032

Black with #C07032

Text Example


Text Example

White with #C07032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07032; }

 p { color: rgb(192,112,50); }

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

background-color css

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

 a { background-color: rgb(192,112,50); }

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

border-color css

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

 span { border-color: rgb(192,112,50); }

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