Html Css Color HEX #C46F2C Meteor

📋 copy color: '#C46F2C'

red 196 ◦ green 111 ◦ blue 44

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

Shades of Meteor #C46F2C

Tints of Meteor #C46F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.54%

R = 55.84%
G = 31.62%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C46F2C (or 0xC46F2C) is known color: Meteor. HEX triplet: C4, 6F and 2C. RGB value is (196,111,44). Sum of RGB (Red+Green+Blue) = 196+111+44=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46F2C is #3B90D3. Grayscale: #818181. Windows color (decimal): -3903700 or 2912196. OLE color: 2912196.

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

Color convert

RGB 196 111 44 -
CMYK 0 0.43 0.78 0.23
HSL 26.45º 0.63% 0.47% -
HSV(B) 26.45º 0.78% 0.77% -
XYZ 28.9 23.29 5.35 -
YUV 128.78 80.16 175.95 -
System Red Green Blue C M Y K H S L
Decimal 196 111 44 0 0.43 0.78 0.23 26.45 0.63 0.47
Hex C4 6F 2C 0 2B 4E 17 1A 3F 2F
Octal 304 157 54 0 53 116 27 32 77 57
Binary 11000100 1101111 101100 0 101011 1001110 10111 11010 111111 101111

Color Harmonies of #C46F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46F2C

Black with #C46F2C

Text Example


Text Example

White with #C46F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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