Html Css Color HEX #C17831 Meteor

📋 copy color: '#C17831'

red 193 ◦ green 120 ◦ blue 49

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

Shades of Meteor #C17831

Tints of Meteor #C17831

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.15%

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

R = 53.31%
G = 33.15%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C17831 (or 0xC17831) is known color: Meteor. HEX triplet: C1, 78 and 31. RGB value is (193,120,49). Sum of RGB (Red+Green+Blue) = 193+120+49=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C17831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17831 is #3E87CE. Grayscale: #868686. Windows color (decimal): -4097999 or 3242177. OLE color: 3242177.

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

Color convert

RGB 193 120 49 -
CMYK 0 0.38 0.75 0.24
HSL 29.58º 0.6% 0.47% -
HSV(B) 29.58º 0.75% 0.76% -
XYZ 29.26 24.99 6.19 -
YUV 133.73 80.18 170.27 -
System Red Green Blue C M Y K H S L
Decimal 193 120 49 0 0.38 0.75 0.24 29.58 0.6 0.47
Hex C1 78 31 0 26 4B 18 1E 3C 2F
Octal 301 170 61 0 46 113 30 36 74 57
Binary 11000001 1111000 110001 0 100110 1001011 11000 11110 111100 101111

Color Harmonies of #C17831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17831

Black with #C17831

Text Example


Text Example

White with #C17831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17831; }

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

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

background-color css

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

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

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

border-color css

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

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

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