Html Css Color HEX #C07232 Meteor

📋 copy color: '#C07232'

red 192 ◦ green 114 ◦ blue 50

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

Shades of Meteor #C07232

Tints of Meteor #C07232

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.02%

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

R = 53.93%
G = 32.02%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C07232 (or 0xC07232) is known color: Meteor. HEX triplet: C0, 72 and 32. RGB value is (192,114,50). Sum of RGB (Red+Green+Blue) = 192+114+50=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C07232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07232 is #3F8DCD. Grayscale: #828282. Windows color (decimal): -4165070 or 3306176. OLE color: 3306176.

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

Color convert

RGB 192 114 50 -
CMYK 0 0.41 0.74 0.25
HSL 27.04º 0.59% 0.47% -
HSV(B) 27.04º 0.74% 0.75% -
XYZ 28.33 23.47 6.05 -
YUV 130.03 82.84 172.2 -
System Red Green Blue C M Y K H S L
Decimal 192 114 50 0 0.41 0.74 0.25 27.04 0.59 0.47
Hex C0 72 32 0 29 4A 19 1B 3B 2F
Octal 300 162 62 0 51 112 31 33 73 57
Binary 11000000 1110010 110010 0 101001 1001010 11001 11011 111011 101111

Color Harmonies of #C07232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07232

Black with #C07232

Text Example


Text Example

White with #C07232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07232; }

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

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

background-color css

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

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

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

border-color css

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

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

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