Html Css Color HEX #C17134 Meteor

📋 copy color: '#C17134'

red 193 ◦ green 113 ◦ blue 52

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

Shades of Meteor #C17134

Tints of Meteor #C17134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.53%

R = 53.91%
G = 31.56%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C17134 (or 0xC17134) is known color: Meteor. HEX triplet: C1, 71 and 34. RGB value is (193,113,52). Sum of RGB (Red+Green+Blue) = 193+113+52=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C17134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17134 is #3E8ECB. Grayscale: #828282. Windows color (decimal): -4099788 or 3436993. OLE color: 3436993.

HSL color Cylindrical-coordinate representation of color #C17134: hue angle of 25.96º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C17134 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 113 52 -
CMYK 0 0.41 0.73 0.24
HSL 25.96º 0.58% 0.48% -
HSV(B) 25.96º 0.73% 0.76% -
XYZ 28.52 23.4 6.26 -
YUV 129.97 84 172.96 -
System Red Green Blue C M Y K H S L
Decimal 193 113 52 0 0.41 0.73 0.24 25.96 0.58 0.48
Hex C1 71 34 0 29 49 18 1A 3A 30
Octal 301 161 64 0 51 111 30 32 72 60
Binary 11000001 1110001 110100 0 101001 1001001 11000 11010 111010 110000

Color Harmonies of #C17134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17134

Black with #C17134

Text Example


Text Example

White with #C17134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17134; }

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

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

background-color css

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

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

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

border-color css

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

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

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