Html Css Color HEX #C06E28 Meteor

📋 copy color: '#C06E28'

red 192 ◦ green 110 ◦ blue 40

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

Shades of Meteor #C06E28

Tints of Meteor #C06E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.7%

R = 56.14%
G = 32.16%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C06E28 (or 0xC06E28) is known color: Meteor. HEX triplet: C0, 6E and 28. RGB value is (192,110,40). Sum of RGB (Red+Green+Blue) = 192+110+40=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06E28 is #3F91D7. Grayscale: #7E7E7E. Windows color (decimal): -4166104 or 2649792. OLE color: 2649792.

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

Color convert

RGB 192 110 40 -
CMYK 0 0.43 0.79 0.25
HSL 27.63º 0.66% 0.45% -
HSV(B) 27.63º 0.79% 0.75% -
XYZ 27.7 22.51 4.89 -
YUV 126.54 79.17 174.69 -
System Red Green Blue C M Y K H S L
Decimal 192 110 40 0 0.43 0.79 0.25 27.63 0.66 0.45
Hex C0 6E 28 0 2B 4F 19 1C 42 2D
Octal 300 156 50 0 53 117 31 34 102 55
Binary 11000000 1101110 101000 0 101011 1001111 11001 11100 1000010 101101

Color Harmonies of #C06E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06E28

Black with #C06E28

Text Example


Text Example

White with #C06E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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