Html Css Color HEX #C5722E Meteor

📋 copy color: '#C5722E'

red 197 ◦ green 114 ◦ blue 46

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

Shades of Meteor #C5722E

Tints of Meteor #C5722E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.93%

 BLUE value IS 46 (18.36% from 255) = 12.89%

R = 55.18%
G = 31.93%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5722E (or 0xC5722E) is known color: Meteor. HEX triplet: C5, 72 and 2E. RGB value is (197,114,46). Sum of RGB (Red+Green+Blue) = 197+114+46=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5722E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5722E is #3A8DD1. Grayscale: #838383. Windows color (decimal): -3837394 or 3044037. OLE color: 3044037.

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

Color convert

RGB 197 114 46 -
CMYK 0 0.42 0.77 0.23
HSL 27.02º 0.62% 0.48% -
HSV(B) 27.02º 0.77% 0.77% -
XYZ 29.54 24.1 5.68 -
YUV 131.07 80 175.03 -
System Red Green Blue C M Y K H S L
Decimal 197 114 46 0 0.42 0.77 0.23 27.02 0.62 0.48
Hex C5 72 2E 0 2A 4D 17 1B 3E 30
Octal 305 162 56 0 52 115 27 33 76 60
Binary 11000101 1110010 101110 0 101010 1001101 10111 11011 111110 110000

Color Harmonies of #C5722E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5722E

Black with #C5722E

Text Example


Text Example

White with #C5722E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5722E; }

 p { color: rgb(197,114,46); }

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

background-color css

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

 a { background-color: rgb(197,114,46); }

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

border-color css

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

 span { border-color: rgb(197,114,46); }

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