Html Css Color HEX #C46F2A Meteor

📋 copy color: '#C46F2A'

red 196 ◦ green 111 ◦ blue 42

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

Shades of Meteor #C46F2A

Tints of Meteor #C46F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.03%

R = 56.16%
G = 31.81%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C46F2A (or 0xC46F2A) is known color: Meteor. HEX triplet: C4, 6F and 2A. RGB value is (196,111,42). Sum of RGB (Red+Green+Blue) = 196+111+42=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46F2A is #3B90D5. Grayscale: #808080. Windows color (decimal): -3903702 or 2781124. OLE color: 2781124.

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

Color convert

RGB 196 111 42 -
CMYK 0 0.43 0.79 0.23
HSL 26.88º 0.65% 0.47% -
HSV(B) 26.88º 0.79% 0.77% -
XYZ 28.87 23.27 5.16 -
YUV 128.55 79.16 176.11 -
System Red Green Blue C M Y K H S L
Decimal 196 111 42 0 0.43 0.79 0.23 26.88 0.65 0.47
Hex C4 6F 2A 0 2B 4F 17 1B 41 2F
Octal 304 157 52 0 53 117 27 33 101 57
Binary 11000100 1101111 101010 0 101011 1001111 10111 11011 1000001 101111

Color Harmonies of #C46F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46F2A

Black with #C46F2A

Text Example


Text Example

White with #C46F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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