Html Css Color HEX #C7742E Meteor

📋 copy color: '#C7742E'

red 199 ◦ green 116 ◦ blue 46

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

Shades of Meteor #C7742E

Tints of Meteor #C7742E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.13%

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

R = 55.12%
G = 32.13%
B = 12.74%

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

#C7742E (or 0xC7742E) is known color: Meteor. HEX triplet: C7, 74 and 2E. RGB value is (199,116,46). Sum of RGB (Red+Green+Blue) = 199+116+46=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C7742E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7742E is #388BD1. Grayscale: #858585. Windows color (decimal): -3705810 or 3044551. OLE color: 3044551.

HSL color Cylindrical-coordinate representation of color #C7742E: hue angle of 27.45º 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 #C7742E is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 116 46 -
CMYK 0 0.42 0.77 0.22
HSL 27.45º 0.62% 0.48% -
HSV(B) 27.45º 0.77% 0.78% -
XYZ 30.29 24.83 5.78 -
YUV 132.84 79 175.19 -
System Red Green Blue C M Y K H S L
Decimal 199 116 46 0 0.42 0.77 0.22 27.45 0.62 0.48
Hex C7 74 2E 0 2A 4D 16 1B 3E 30
Octal 307 164 56 0 52 115 26 33 76 60
Binary 11000111 1110100 101110 0 101010 1001101 10110 11011 111110 110000

Color Harmonies of #C7742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7742E

Black with #C7742E

Text Example


Text Example

White with #C7742E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7742E; }

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

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

background-color css

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

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

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

border-color css

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

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

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