Html Css Color HEX #C5702D Meteor

📋 copy color: '#C5702D'

red 197 ◦ green 112 ◦ blue 45

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

Shades of Meteor #C5702D

Tints of Meteor #C5702D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.64%

 BLUE value IS 45 (17.97% from 255) = 12.71%

R = 55.65%
G = 31.64%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5702D (or 0xC5702D) is known color: Meteor. HEX triplet: C5, 70 and 2D. RGB value is (197,112,45). Sum of RGB (Red+Green+Blue) = 197+112+45=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C5702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5702D is #3A8FD2. Grayscale: #828282. Windows color (decimal): -3837907 or 2977989. OLE color: 2977989.

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

Color convert

RGB 197 112 45 -
CMYK 0 0.43 0.77 0.23
HSL 26.45º 0.63% 0.47% -
HSV(B) 26.45º 0.77% 0.77% -
XYZ 29.29 23.65 5.5 -
YUV 129.78 80.16 175.95 -
System Red Green Blue C M Y K H S L
Decimal 197 112 45 0 0.43 0.77 0.23 26.45 0.63 0.47
Hex C5 70 2D 0 2B 4D 17 1A 3F 2F
Octal 305 160 55 0 53 115 27 32 77 57
Binary 11000101 1110000 101101 0 101011 1001101 10111 11010 111111 101111

Color Harmonies of #C5702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5702D

Black with #C5702D

Text Example


Text Example

White with #C5702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5702D; }

 p { color: rgb(197,112,45); }

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

background-color css

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

 a { background-color: rgb(197,112,45); }

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

border-color css

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

 span { border-color: rgb(197,112,45); }

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