Html Css Color HEX #C07129 Meteor

📋 copy color: '#C07129'

red 192 ◦ green 113 ◦ blue 41

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

Shades of Meteor #C07129

Tints of Meteor #C07129

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.66%

 BLUE value IS 41 (16.41% from 255) = 11.85%

R = 55.49%
G = 32.66%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C07129 (or 0xC07129) is known color: Meteor. HEX triplet: C0, 71 and 29. RGB value is (192,113,41). Sum of RGB (Red+Green+Blue) = 192+113+41=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C07129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07129 is #3F8ED6. Grayscale: #808080. Windows color (decimal): -4165335 or 2716096. OLE color: 2716096.

HSL color Cylindrical-coordinate representation of color #C07129: hue angle of 28.61º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C07129 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 113 41 -
CMYK 0 0.41 0.79 0.25
HSL 28.61º 0.65% 0.46% -
HSV(B) 28.61º 0.79% 0.75% -
XYZ 28.04 23.18 5.09 -
YUV 128.41 78.67 173.35 -
System Red Green Blue C M Y K H S L
Decimal 192 113 41 0 0.41 0.79 0.25 28.61 0.65 0.46
Hex C0 71 29 0 29 4F 19 1D 41 2E
Octal 300 161 51 0 51 117 31 35 101 56
Binary 11000000 1110001 101001 0 101001 1001111 11001 11101 1000001 101110

Color Harmonies of #C07129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07129

Black with #C07129

Text Example


Text Example

White with #C07129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07129; }

 p { color: rgb(192,113,41); }

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

background-color css

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

 a { background-color: rgb(192,113,41); }

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

border-color css

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

 span { border-color: rgb(192,113,41); }

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