Html Css Color HEX #C0702E Meteor

📋 copy color: '#C0702E'

red 192 ◦ green 112 ◦ blue 46

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

Shades of Meteor #C0702E

Tints of Meteor #C0702E

RGB

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

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

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

R = 54.86%
G = 32%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0702E (or 0xC0702E) is known color: Meteor. HEX triplet: C0, 70 and 2E. RGB value is (192,112,46). Sum of RGB (Red+Green+Blue) = 192+112+46=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C0702E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0702E is #3F8FD1. Grayscale: #808080. Windows color (decimal): -4165586 or 3043520. OLE color: 3043520.

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

Color convert

RGB 192 112 46 -
CMYK 0 0.42 0.76 0.25
HSL 27.12º 0.61% 0.47% -
HSV(B) 27.12º 0.76% 0.75% -
XYZ 28.03 22.99 5.55 -
YUV 128.4 81.5 173.37 -
System Red Green Blue C M Y K H S L
Decimal 192 112 46 0 0.42 0.76 0.25 27.12 0.61 0.47
Hex C0 70 2E 0 2A 4C 19 1B 3D 2F
Octal 300 160 56 0 52 114 31 33 75 57
Binary 11000000 1110000 101110 0 101010 1001100 11001 11011 111101 101111

Color Harmonies of #C0702E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0702E

Black with #C0702E

Text Example


Text Example

White with #C0702E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0702E; }

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

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

background-color css

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

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

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

border-color css

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

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

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