Html Css Color HEX #C07832 Meteor

📋 copy color: '#C07832'

red 192 ◦ green 120 ◦ blue 50

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

Shades of Meteor #C07832

Tints of Meteor #C07832

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.15%

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

R = 53.04%
G = 33.15%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C07832 (or 0xC07832) is known color: Meteor. HEX triplet: C0, 78 and 32. RGB value is (192,120,50). Sum of RGB (Red+Green+Blue) = 192+120+50=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C07832 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07832 is #3F87CD. Grayscale: #858585. Windows color (decimal): -4163534 or 3307712. OLE color: 3307712.

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

Color convert

RGB 192 120 50 -
CMYK 0 0.38 0.74 0.25
HSL 29.58º 0.59% 0.47% -
HSV(B) 29.58º 0.74% 0.75% -
XYZ 29.03 24.87 6.29 -
YUV 133.55 80.85 169.69 -
System Red Green Blue C M Y K H S L
Decimal 192 120 50 0 0.38 0.74 0.25 29.58 0.59 0.47
Hex C0 78 32 0 26 4A 19 1E 3B 2F
Octal 300 170 62 0 46 112 31 36 73 57
Binary 11000000 1111000 110010 0 100110 1001010 11001 11110 111011 101111

Color Harmonies of #C07832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07832

Black with #C07832

Text Example


Text Example

White with #C07832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07832; }

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

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

background-color css

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

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

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

border-color css

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

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

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