Html Css Color HEX #C46F2F Meteor

📋 copy color: '#C46F2F'

red 196 ◦ green 111 ◦ blue 47

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

Shades of Meteor #C46F2F

Tints of Meteor #C46F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.28%

R = 55.37%
G = 31.36%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C46F2F (or 0xC46F2F) is known color: Meteor. HEX triplet: C4, 6F and 2F. RGB value is (196,111,47). Sum of RGB (Red+Green+Blue) = 196+111+47=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46F2F is #3B90D0. Grayscale: #818181. Windows color (decimal): -3903697 or 3108804. OLE color: 3108804.

HSL color Cylindrical-coordinate representation of color #C46F2F: hue angle of 25.77º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C46F2F is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 111 47 -
CMYK 0 0.43 0.76 0.23
HSL 25.77º 0.61% 0.48% -
HSV(B) 25.77º 0.76% 0.77% -
XYZ 28.96 23.31 5.66 -
YUV 129.12 81.66 175.7 -
System Red Green Blue C M Y K H S L
Decimal 196 111 47 0 0.43 0.76 0.23 25.77 0.61 0.48
Hex C4 6F 2F 0 2B 4C 17 1A 3D 30
Octal 304 157 57 0 53 114 27 32 75 60
Binary 11000100 1101111 101111 0 101011 1001100 10111 11010 111101 110000

Color Harmonies of #C46F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46F2F

Black with #C46F2F

Text Example


Text Example

White with #C46F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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