Html Css Color HEX #C06E29 Meteor

📋 copy color: '#C06E29'

red 192 ◦ green 110 ◦ blue 41

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

Shades of Meteor #C06E29

Tints of Meteor #C06E29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.95%

R = 55.98%
G = 32.07%
B = 11.95%

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

#C06E29 (or 0xC06E29) is known color: Meteor. HEX triplet: C0, 6E and 29. RGB value is (192,110,41). Sum of RGB (Red+Green+Blue) = 192+110+41=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 41 (16.41% from 255 or 11.95% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06E29 is #3F91D6. Grayscale: #7F7F7F. Windows color (decimal): -4166103 or 2715328. OLE color: 2715328.

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

Color convert

RGB 192 110 41 -
CMYK 0 0.43 0.79 0.25
HSL 27.42º 0.65% 0.46% -
HSV(B) 27.42º 0.79% 0.75% -
XYZ 27.71 22.52 4.98 -
YUV 126.65 79.67 174.61 -
System Red Green Blue C M Y K H S L
Decimal 192 110 41 0 0.43 0.79 0.25 27.42 0.65 0.46
Hex C0 6E 29 0 2B 4F 19 1B 41 2E
Octal 300 156 51 0 53 117 31 33 101 56
Binary 11000000 1101110 101001 0 101011 1001111 11001 11011 1000001 101110

Color Harmonies of #C06E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06E29

Black with #C06E29

Text Example


Text Example

White with #C06E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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