Html Css Color HEX #C17331 Meteor

📋 copy color: '#C17331'

red 193 ◦ green 115 ◦ blue 49

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

Shades of Meteor #C17331

Tints of Meteor #C17331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.73%

R = 54.06%
G = 32.21%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C17331 (or 0xC17331) is known color: Meteor. HEX triplet: C1, 73 and 31. RGB value is (193,115,49). Sum of RGB (Red+Green+Blue) = 193+115+49=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C17331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17331 is #3E8CCE. Grayscale: #838383. Windows color (decimal): -4099279 or 3240897. OLE color: 3240897.

HSL color Cylindrical-coordinate representation of color #C17331: hue angle of 27.5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C17331 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 115 49 -
CMYK 0 0.40 0.75 0.24
HSL 27.5º 0.6% 0.47% -
HSV(B) 27.5º 0.75% 0.76% -
XYZ 28.68 23.82 5.99 -
YUV 130.8 81.84 172.37 -
System Red Green Blue C M Y K H S L
Decimal 193 115 49 0 0.40 0.75 0.24 27.5 0.6 0.47
Hex C1 73 31 0 28 4B 18 1C 3C 2F
Octal 301 163 61 0 50 113 30 34 74 57
Binary 11000001 1110011 110001 0 101000 1001011 11000 11100 111100 101111

Color Harmonies of #C17331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17331

Black with #C17331

Text Example


Text Example

White with #C17331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17331; }

 p { color: rgb(193,115,49); }

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

background-color css

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

 a { background-color: rgb(193,115,49); }

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

border-color css

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

 span { border-color: rgb(193,115,49); }

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