Html Css Color HEX #C17129 Meteor

📋 copy color: '#C17129'

red 193 ◦ green 113 ◦ blue 41

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

Shades of Meteor #C17129

Tints of Meteor #C17129

RGB

 RED value IS 193 (75.78% from 255) = 55.62%

 GREEN value IS 113 (44.53% from 255) = 32.56%

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

R = 55.62%
G = 32.56%
B = 11.82%

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

#C17129 (or 0xC17129) is known color: Meteor. HEX triplet: C1, 71 and 29. RGB value is (193,113,41). Sum of RGB (Red+Green+Blue) = 193+113+41=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C17129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17129 is #3E8ED6. Grayscale: #818181. Windows color (decimal): -4099799 or 2716097. OLE color: 2716097.

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

Color convert

RGB 193 113 41 -
CMYK 0 0.41 0.79 0.24
HSL 28.42º 0.65% 0.46% -
HSV(B) 28.42º 0.79% 0.76% -
XYZ 28.3 23.31 5.11 -
YUV 128.71 78.5 173.85 -
System Red Green Blue C M Y K H S L
Decimal 193 113 41 0 0.41 0.79 0.24 28.42 0.65 0.46
Hex C1 71 29 0 29 4F 18 1C 41 2E
Octal 301 161 51 0 51 117 30 34 101 56
Binary 11000001 1110001 101001 0 101001 1001111 11000 11100 1000001 101110

Color Harmonies of #C17129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17129

Black with #C17129

Text Example


Text Example

White with #C17129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17129; }

 p { color: rgb(193,113,41); }

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

background-color css

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

 a { background-color: rgb(193,113,41); }

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

border-color css

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

 span { border-color: rgb(193,113,41); }

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