Html Css Color HEX #C27029 Meteor

📋 copy color: '#C27029'

red 194 ◦ green 112 ◦ blue 41

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

Shades of Meteor #C27029

Tints of Meteor #C27029

RGB

 RED value IS 194 (76.17% from 255) = 55.91%

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

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

R = 55.91%
G = 32.28%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C27029 (or 0xC27029) is known color: Meteor. HEX triplet: C2, 70 and 29. RGB value is (194,112,41). Sum of RGB (Red+Green+Blue) = 194+112+41=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C27029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27029 is #3D8FD6. Grayscale: #808080. Windows color (decimal): -4034519 or 2715842. OLE color: 2715842.

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

Color convert

RGB 194 112 41 -
CMYK 0 0.42 0.79 0.24
HSL 27.84º 0.65% 0.46% -
HSV(B) 27.84º 0.79% 0.76% -
XYZ 28.44 23.22 5.08 -
YUV 128.42 78.67 174.77 -
System Red Green Blue C M Y K H S L
Decimal 194 112 41 0 0.42 0.79 0.24 27.84 0.65 0.46
Hex C2 70 29 0 2A 4F 18 1C 41 2E
Octal 302 160 51 0 52 117 30 34 101 56
Binary 11000010 1110000 101001 0 101010 1001111 11000 11100 1000001 101110

Color Harmonies of #C27029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27029

Black with #C27029

Text Example


Text Example

White with #C27029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27029; }

 p { color: rgb(194,112,41); }

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

background-color css

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

 a { background-color: rgb(194,112,41); }

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

border-color css

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

 span { border-color: rgb(194,112,41); }

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