Html Css Color HEX #C06E30 Meteor

📋 copy color: '#C06E30'

red 192 ◦ green 110 ◦ blue 48

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

Shades of Meteor #C06E30

Tints of Meteor #C06E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.71%

R = 54.86%
G = 31.43%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C06E30 (or 0xC06E30) is known color: Meteor. HEX triplet: C0, 6E and 30. RGB value is (192,110,48). Sum of RGB (Red+Green+Blue) = 192+110+48=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06E30 is #3F91CF. Grayscale: #7F7F7F. Windows color (decimal): -4166096 or 3174080. OLE color: 3174080.

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

Color convert

RGB 192 110 48 -
CMYK 0 0.43 0.75 0.25
HSL 25.83º 0.6% 0.47% -
HSV(B) 25.83º 0.75% 0.75% -
XYZ 27.85 22.57 5.69 -
YUV 127.45 83.17 174.04 -
System Red Green Blue C M Y K H S L
Decimal 192 110 48 0 0.43 0.75 0.25 25.83 0.6 0.47
Hex C0 6E 30 0 2B 4B 19 1A 3C 2F
Octal 300 156 60 0 53 113 31 32 74 57
Binary 11000000 1101110 110000 0 101011 1001011 11001 11010 111100 101111

Color Harmonies of #C06E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06E30

Black with #C06E30

Text Example


Text Example

White with #C06E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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