Html Css Color HEX #C46F2E Meteor

📋 copy color: '#C46F2E'

red 196 ◦ green 111 ◦ blue 46

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

Shades of Meteor #C46F2E

Tints of Meteor #C46F2E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.44%

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

R = 55.52%
G = 31.44%
B = 13.03%

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

#C46F2E (or 0xC46F2E) is known color: Meteor. HEX triplet: C4, 6F and 2E. RGB value is (196,111,46). Sum of RGB (Red+Green+Blue) = 196+111+46=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46F2E is #3B90D1. Grayscale: #818181. Windows color (decimal): -3903698 or 3043268. OLE color: 3043268.

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

Color convert

RGB 196 111 46 -
CMYK 0 0.43 0.77 0.23
HSL 26º 0.62% 0.47% -
HSV(B) 26º 0.77% 0.77% -
XYZ 28.94 23.3 5.56 -
YUV 129.01 81.16 175.79 -
System Red Green Blue C M Y K H S L
Decimal 196 111 46 0 0.43 0.77 0.23 26 0.62 0.47
Hex C4 6F 2E 0 2B 4D 17 1A 3E 2F
Octal 304 157 56 0 53 115 27 32 76 57
Binary 11000100 1101111 101110 0 101011 1001101 10111 11010 111110 101111

Color Harmonies of #C46F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46F2E

Black with #C46F2E

Text Example


Text Example

White with #C46F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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