Html Css Color HEX #C06E2E Meteor

📋 copy color: '#C06E2E'

red 192 ◦ green 110 ◦ blue 46

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

Shades of Meteor #C06E2E

Tints of Meteor #C06E2E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.61%

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

R = 55.17%
G = 31.61%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C06E2E (or 0xC06E2E) is known color: Meteor. HEX triplet: C0, 6E and 2E. RGB value is (192,110,46). Sum of RGB (Red+Green+Blue) = 192+110+46=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06E2E is #3F91D1. Grayscale: #7F7F7F. Windows color (decimal): -4166098 or 3043008. OLE color: 3043008.

HSL color Cylindrical-coordinate representation of color #C06E2E: hue angle of 26.3º 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 #C06E2E is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 110 46 -
CMYK 0 0.43 0.76 0.25
HSL 26.3º 0.61% 0.47% -
HSV(B) 26.3º 0.76% 0.75% -
XYZ 27.81 22.56 5.47 -
YUV 127.22 82.17 174.2 -
System Red Green Blue C M Y K H S L
Decimal 192 110 46 0 0.43 0.76 0.25 26.3 0.61 0.47
Hex C0 6E 2E 0 2B 4C 19 1A 3D 2F
Octal 300 156 56 0 53 114 31 32 75 57
Binary 11000000 1101110 101110 0 101011 1001100 11001 11010 111101 101111

Color Harmonies of #C06E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06E2E

Black with #C06E2E

Text Example


Text Example

White with #C06E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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