Html Css Color HEX #C17434 Meteor

📋 copy color: '#C17434'

red 193 ◦ green 116 ◦ blue 52

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

Shades of Meteor #C17434

Tints of Meteor #C17434

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.13%

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

R = 53.46%
G = 32.13%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C17434 (or 0xC17434) is known color: Meteor. HEX triplet: C1, 74 and 34. RGB value is (193,116,52). Sum of RGB (Red+Green+Blue) = 193+116+52=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C17434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17434 is #3E8BCB. Grayscale: #848484. Windows color (decimal): -4099020 or 3437761. OLE color: 3437761.

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

Color convert

RGB 193 116 52 -
CMYK 0 0.40 0.73 0.24
HSL 27.23º 0.58% 0.48% -
HSV(B) 27.23º 0.73% 0.76% -
XYZ 28.86 24.08 6.38 -
YUV 131.73 83.01 171.7 -
System Red Green Blue C M Y K H S L
Decimal 193 116 52 0 0.40 0.73 0.24 27.23 0.58 0.48
Hex C1 74 34 0 28 49 18 1B 3A 30
Octal 301 164 64 0 50 111 30 33 72 60
Binary 11000001 1110100 110100 0 101000 1001001 11000 11011 111010 110000

Color Harmonies of #C17434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17434

Black with #C17434

Text Example


Text Example

White with #C17434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17434; }

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

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

background-color css

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

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

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

border-color css

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

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

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