Html Css Color HEX #C4712E Meteor

📋 copy color: '#C4712E'

red 196 ◦ green 113 ◦ blue 46

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

Shades of Meteor #C4712E

Tints of Meteor #C4712E

RGB

 RED value IS 196 (76.95% from 255) = 55.21%

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

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

R = 55.21%
G = 31.83%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4712E (or 0xC4712E) is known color: Meteor. HEX triplet: C4, 71 and 2E. RGB value is (196,113,46). Sum of RGB (Red+Green+Blue) = 196+113+46=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C4712E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4712E is #3B8ED1. Grayscale: #828282. Windows color (decimal): -3903186 or 3043780. OLE color: 3043780.

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

Color convert

RGB 196 113 46 -
CMYK 0 0.42 0.77 0.23
HSL 26.8º 0.62% 0.47% -
HSV(B) 26.8º 0.77% 0.77% -
XYZ 29.16 23.74 5.63 -
YUV 130.18 80.5 174.95 -
System Red Green Blue C M Y K H S L
Decimal 196 113 46 0 0.42 0.77 0.23 26.8 0.62 0.47
Hex C4 71 2E 0 2A 4D 17 1B 3E 2F
Octal 304 161 56 0 52 115 27 33 76 57
Binary 11000100 1110001 101110 0 101010 1001101 10111 11011 111110 101111

Color Harmonies of #C4712E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4712E

Black with #C4712E

Text Example


Text Example

White with #C4712E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4712E; }

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

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

background-color css

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

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

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

border-color css

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

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

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