Html Css Color HEX #C5702F Meteor

📋 copy color: '#C5702F'

red 197 ◦ green 112 ◦ blue 47

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

Shades of Meteor #C5702F

Tints of Meteor #C5702F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.2%

R = 55.34%
G = 31.46%
B = 13.2%

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

#C5702F (or 0xC5702F) is known color: Meteor. HEX triplet: C5, 70 and 2F. RGB value is (197,112,47). Sum of RGB (Red+Green+Blue) = 197+112+47=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5702F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5702F is #3A8FD0. Grayscale: #828282. Windows color (decimal): -3837905 or 3109061. OLE color: 3109061.

HSL color Cylindrical-coordinate representation of color #C5702F: hue angle of 26º 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 #C5702F is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 112 47 -
CMYK 0 0.43 0.76 0.23
HSL 26º 0.61% 0.48% -
HSV(B) 26º 0.76% 0.77% -
XYZ 29.33 23.66 5.71 -
YUV 130.01 81.16 175.79 -
System Red Green Blue C M Y K H S L
Decimal 197 112 47 0 0.43 0.76 0.23 26 0.61 0.48
Hex C5 70 2F 0 2B 4C 17 1A 3D 30
Octal 305 160 57 0 53 114 27 32 75 60
Binary 11000101 1110000 101111 0 101011 1001100 10111 11010 111101 110000

Color Harmonies of #C5702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5702F

Black with #C5702F

Text Example


Text Example

White with #C5702F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5702F; }

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

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

background-color css

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

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

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

border-color css

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

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

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