Html Css Color HEX #C07034 Meteor

📋 copy color: '#C07034'

red 192 ◦ green 112 ◦ blue 52

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

Shades of Meteor #C07034

Tints of Meteor #C07034

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.46%

 BLUE value IS 52 (20.7% from 255) = 14.61%

R = 53.93%
G = 31.46%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C07034 (or 0xC07034) is known color: Meteor. HEX triplet: C0, 70 and 34. RGB value is (192,112,52). Sum of RGB (Red+Green+Blue) = 192+112+52=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C07034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07034 is #3F8FCB. Grayscale: #818181. Windows color (decimal): -4165580 or 3436736. OLE color: 3436736.

HSL color Cylindrical-coordinate representation of color #C07034: hue angle of 25.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C07034 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 112 52 -
CMYK 0 0.42 0.73 0.25
HSL 25.71º 0.57% 0.48% -
HSV(B) 25.71º 0.73% 0.75% -
XYZ 28.15 23.04 6.21 -
YUV 129.08 84.5 172.88 -
System Red Green Blue C M Y K H S L
Decimal 192 112 52 0 0.42 0.73 0.25 25.71 0.57 0.48
Hex C0 70 34 0 2A 49 19 1A 39 30
Octal 300 160 64 0 52 111 31 32 71 60
Binary 11000000 1110000 110100 0 101010 1001001 11001 11010 111001 110000

Color Harmonies of #C07034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07034

Black with #C07034

Text Example


Text Example

White with #C07034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07034; }

 p { color: rgb(192,112,52); }

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

background-color css

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

 a { background-color: rgb(192,112,52); }

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

border-color css

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

 span { border-color: rgb(192,112,52); }

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