Html Css Color HEX #C5722B Meteor

📋 copy color: '#C5722B'

red 197 ◦ green 114 ◦ blue 43

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

Shades of Meteor #C5722B

Tints of Meteor #C5722B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.15%

R = 55.65%
G = 32.2%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5722B (or 0xC5722B) is known color: Meteor. HEX triplet: C5, 72 and 2B. RGB value is (197,114,43). Sum of RGB (Red+Green+Blue) = 197+114+43=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C5722B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5722B is #3A8DD4. Grayscale: #838383. Windows color (decimal): -3837397 or 2847429. OLE color: 2847429.

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

Color convert

RGB 197 114 43 -
CMYK 0 0.42 0.78 0.23
HSL 27.66º 0.64% 0.47% -
HSV(B) 27.66º 0.78% 0.77% -
XYZ 29.48 24.08 5.38 -
YUV 130.72 78.5 175.27 -
System Red Green Blue C M Y K H S L
Decimal 197 114 43 0 0.42 0.78 0.23 27.66 0.64 0.47
Hex C5 72 2B 0 2A 4E 17 1C 40 2F
Octal 305 162 53 0 52 116 27 34 100 57
Binary 11000101 1110010 101011 0 101010 1001110 10111 11100 1000000 101111

Color Harmonies of #C5722B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5722B

Black with #C5722B

Text Example


Text Example

White with #C5722B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5722B; }

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

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

background-color css

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

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

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

border-color css

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

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

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