Html Css Color HEX #C7732E Meteor

📋 copy color: '#C7732E'

red 199 ◦ green 115 ◦ blue 46

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

Shades of Meteor #C7732E

Tints of Meteor #C7732E

RGB

 RED value IS 199 (78.13% from 255) = 55.28%

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

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

R = 55.28%
G = 31.94%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7732E (or 0xC7732E) is known color: Meteor. HEX triplet: C7, 73 and 2E. RGB value is (199,115,46). Sum of RGB (Red+Green+Blue) = 199+115+46=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 46 (18.36% from 255 or 12.78% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C7732E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7732E is #388CD1. Grayscale: #848484. Windows color (decimal): -3706066 or 3044295. OLE color: 3044295.

HSL color Cylindrical-coordinate representation of color #C7732E: hue angle of 27.06º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7732E is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 115 46 -
CMYK 0 0.42 0.77 0.22
HSL 27.06º 0.62% 0.48% -
HSV(B) 27.06º 0.77% 0.78% -
XYZ 30.18 24.6 5.74 -
YUV 132.25 79.33 175.61 -
System Red Green Blue C M Y K H S L
Decimal 199 115 46 0 0.42 0.77 0.22 27.06 0.62 0.48
Hex C7 73 2E 0 2A 4D 16 1B 3E 30
Octal 307 163 56 0 52 115 26 33 76 60
Binary 11000111 1110011 101110 0 101010 1001101 10110 11011 111110 110000

Color Harmonies of #C7732E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7732E

Black with #C7732E

Text Example


Text Example

White with #C7732E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7732E; }

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

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

background-color css

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

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

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

border-color css

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

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

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