Html Css Color HEX #C4712B Meteor

📋 copy color: '#C4712B'

red 196 ◦ green 113 ◦ blue 43

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

Shades of Meteor #C4712B

Tints of Meteor #C4712B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.22%

R = 55.68%
G = 32.1%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4712B (or 0xC4712B) is known color: Meteor. HEX triplet: C4, 71 and 2B. RGB value is (196,113,43). Sum of RGB (Red+Green+Blue) = 196+113+43=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C4712B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4712B is #3B8ED4. Grayscale: #828282. Windows color (decimal): -3903189 or 2847172. OLE color: 2847172.

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

Color convert

RGB 196 113 43 -
CMYK 0 0.42 0.78 0.23
HSL 27.45º 0.64% 0.47% -
HSV(B) 27.45º 0.78% 0.77% -
XYZ 29.11 23.72 5.33 -
YUV 129.84 79 175.19 -
System Red Green Blue C M Y K H S L
Decimal 196 113 43 0 0.42 0.78 0.23 27.45 0.64 0.47
Hex C4 71 2B 0 2A 4E 17 1B 40 2F
Octal 304 161 53 0 52 116 27 33 100 57
Binary 11000100 1110001 101011 0 101010 1001110 10111 11011 1000000 101111

Color Harmonies of #C4712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4712B

Black with #C4712B

Text Example


Text Example

White with #C4712B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4712B; }

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

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

background-color css

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

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

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

border-color css

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

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

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