Html Css Color HEX #C57130 Meteor

📋 copy color: '#C57130'

red 197 ◦ green 113 ◦ blue 48

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

Shades of Meteor #C57130

Tints of Meteor #C57130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.41%

R = 55.03%
G = 31.56%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C57130 (or 0xC57130) is known color: Meteor. HEX triplet: C5, 71 and 30. RGB value is (197,113,48). Sum of RGB (Red+Green+Blue) = 197+113+48=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C57130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57130 is #3A8ECF. Grayscale: #838383. Windows color (decimal): -3837648 or 3174853. OLE color: 3174853.

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

Color convert

RGB 197 113 48 -
CMYK 0 0.43 0.76 0.23
HSL 26.17º 0.61% 0.48% -
HSV(B) 26.17º 0.76% 0.77% -
XYZ 29.46 23.89 5.86 -
YUV 130.71 81.33 175.29 -
System Red Green Blue C M Y K H S L
Decimal 197 113 48 0 0.43 0.76 0.23 26.17 0.61 0.48
Hex C5 71 30 0 2B 4C 17 1A 3D 30
Octal 305 161 60 0 53 114 27 32 75 60
Binary 11000101 1110001 110000 0 101011 1001100 10111 11010 111101 110000

Color Harmonies of #C57130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57130

Black with #C57130

Text Example


Text Example

White with #C57130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57130; }

 p { color: rgb(197,113,48); }

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

background-color css

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

 a { background-color: rgb(197,113,48); }

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

border-color css

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

 span { border-color: rgb(197,113,48); }

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