Html Css Color HEX #C27329 Meteor

📋 copy color: '#C27329'

red 194 ◦ green 115 ◦ blue 41

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

Shades of Meteor #C27329

Tints of Meteor #C27329

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.86%

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

R = 55.43%
G = 32.86%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C27329 (or 0xC27329) is known color: Meteor. HEX triplet: C2, 73 and 29. RGB value is (194,115,41). Sum of RGB (Red+Green+Blue) = 194+115+41=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 41 (16.41% from 255 or 11.71% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C27329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27329 is #3D8CD6. Grayscale: #828282. Windows color (decimal): -4033751 or 2716610. OLE color: 2716610.

HSL color Cylindrical-coordinate representation of color #C27329: hue angle of 29.02º 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 #C27329 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 115 41 -
CMYK 0 0.41 0.79 0.24
HSL 29.02º 0.65% 0.46% -
HSV(B) 29.02º 0.79% 0.76% -
XYZ 28.78 23.89 5.19 -
YUV 130.19 77.67 173.52 -
System Red Green Blue C M Y K H S L
Decimal 194 115 41 0 0.41 0.79 0.24 29.02 0.65 0.46
Hex C2 73 29 0 29 4F 18 1D 41 2E
Octal 302 163 51 0 51 117 30 35 101 56
Binary 11000010 1110011 101001 0 101001 1001111 11000 11101 1000001 101110

Color Harmonies of #C27329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27329

Black with #C27329

Text Example


Text Example

White with #C27329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27329; }

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

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

background-color css

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

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

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

border-color css

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

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

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