Html Css Color HEX #C5712D Meteor

📋 copy color: '#C5712D'

red 197 ◦ green 113 ◦ blue 45

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

Shades of Meteor #C5712D

Tints of Meteor #C5712D

RGB

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

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

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

R = 55.49%
G = 31.83%
B = 12.68%

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

#C5712D (or 0xC5712D) is known color: Meteor. HEX triplet: C5, 71 and 2D. RGB value is (197,113,45). Sum of RGB (Red+Green+Blue) = 197+113+45=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C5712D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5712D is #3A8ED2. Grayscale: #828282. Windows color (decimal): -3837651 or 2978245. OLE color: 2978245.

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

Color convert

RGB 197 113 45 -
CMYK 0 0.43 0.77 0.23
HSL 26.84º 0.63% 0.47% -
HSV(B) 26.84º 0.77% 0.77% -
XYZ 29.4 23.87 5.54 -
YUV 130.36 79.83 175.53 -
System Red Green Blue C M Y K H S L
Decimal 197 113 45 0 0.43 0.77 0.23 26.84 0.63 0.47
Hex C5 71 2D 0 2B 4D 17 1B 3F 2F
Octal 305 161 55 0 53 115 27 33 77 57
Binary 11000101 1110001 101101 0 101011 1001101 10111 11011 111111 101111

Color Harmonies of #C5712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5712D

Black with #C5712D

Text Example


Text Example

White with #C5712D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5712D; }

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

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

background-color css

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

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

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

border-color css

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

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

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