Html Css Color HEX #C5702C Meteor

📋 copy color: '#C5702C'

red 197 ◦ green 112 ◦ blue 44

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

Shades of Meteor #C5702C

Tints of Meteor #C5702C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.46%

R = 55.81%
G = 31.73%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5702C (or 0xC5702C) is known color: Meteor. HEX triplet: C5, 70 and 2C. RGB value is (197,112,44). Sum of RGB (Red+Green+Blue) = 197+112+44=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C5702C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5702C is #3A8FD3. Grayscale: #828282. Windows color (decimal): -3837908 or 2912453. OLE color: 2912453.

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

Color convert

RGB 197 112 44 -
CMYK 0 0.43 0.78 0.23
HSL 26.67º 0.63% 0.47% -
HSV(B) 26.67º 0.78% 0.77% -
XYZ 29.27 23.64 5.4 -
YUV 129.66 79.66 176.03 -
System Red Green Blue C M Y K H S L
Decimal 197 112 44 0 0.43 0.78 0.23 26.67 0.63 0.47
Hex C5 70 2C 0 2B 4E 17 1B 3F 2F
Octal 305 160 54 0 53 116 27 33 77 57
Binary 11000101 1110000 101100 0 101011 1001110 10111 11011 111111 101111

Color Harmonies of #C5702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5702C

Black with #C5702C

Text Example


Text Example

White with #C5702C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5702C; }

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

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

background-color css

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

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

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

border-color css

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

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

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