Html Css Color HEX #C5712E Meteor

📋 copy color: '#C5712E'

red 197 ◦ green 113 ◦ blue 46

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

Shades of Meteor #C5712E

Tints of Meteor #C5712E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.74%

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

R = 55.34%
G = 31.74%
B = 12.92%

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

#C5712E (or 0xC5712E) is known color: Meteor. HEX triplet: C5, 71 and 2E. RGB value is (197,113,46). Sum of RGB (Red+Green+Blue) = 197+113+46=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5712E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5712E is #3A8ED1. Grayscale: #828282. Windows color (decimal): -3837650 or 3043781. OLE color: 3043781.

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

Color convert

RGB 197 113 46 -
CMYK 0 0.43 0.77 0.23
HSL 26.62º 0.62% 0.48% -
HSV(B) 26.62º 0.77% 0.77% -
XYZ 29.42 23.88 5.64 -
YUV 130.48 80.33 175.45 -
System Red Green Blue C M Y K H S L
Decimal 197 113 46 0 0.43 0.77 0.23 26.62 0.62 0.48
Hex C5 71 2E 0 2B 4D 17 1B 3E 30
Octal 305 161 56 0 53 115 27 33 76 60
Binary 11000101 1110001 101110 0 101011 1001101 10111 11011 111110 110000

Color Harmonies of #C5712E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5712E

Black with #C5712E

Text Example


Text Example

White with #C5712E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5712E; }

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

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

background-color css

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

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

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

border-color css

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

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

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