Html Css Color HEX #C57331 Meteor

📋 copy color: '#C57331'

red 197 ◦ green 115 ◦ blue 49

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

Shades of Meteor #C57331

Tints of Meteor #C57331

RGB

 RED value IS 197 (77.34% from 255) = 54.57%

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

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

R = 54.57%
G = 31.86%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C57331 (or 0xC57331) is known color: Meteor. HEX triplet: C5, 73 and 31. RGB value is (197,115,49). Sum of RGB (Red+Green+Blue) = 197+115+49=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C57331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57331 is #3A8CCE. Grayscale: #848484. Windows color (decimal): -3837135 or 3240901. OLE color: 3240901.

HSL color Cylindrical-coordinate representation of color #C57331: hue angle of 26.76º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C57331 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 115 49 -
CMYK 0 0.42 0.75 0.23
HSL 26.76º 0.6% 0.48% -
HSV(B) 26.76º 0.75% 0.77% -
XYZ 29.71 24.35 6.04 -
YUV 131.99 81.17 174.37 -
System Red Green Blue C M Y K H S L
Decimal 197 115 49 0 0.42 0.75 0.23 26.76 0.6 0.48
Hex C5 73 31 0 2A 4B 17 1B 3C 30
Octal 305 163 61 0 52 113 27 33 74 60
Binary 11000101 1110011 110001 0 101010 1001011 10111 11011 111100 110000

Color Harmonies of #C57331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57331

Black with #C57331

Text Example


Text Example

White with #C57331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57331; }

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

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

background-color css

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

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

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

border-color css

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

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

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