Html Css Color HEX #C48F3A Pizza

📋 copy color: '#C48F3A'

red 196 ◦ green 143 ◦ blue 58

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

Shades of Pizza #C48F3A

Tints of Pizza #C48F3A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.02%

 BLUE value IS 58 (23.05% from 255) = 14.61%

R = 49.37%
G = 36.02%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C48F3A (or 0xC48F3A) is known color: Pizza. HEX triplet: C4, 8F and 3A. RGB value is (196,143,58). Sum of RGB (Red+Green+Blue) = 196+143+58=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48F3A is #3B70C5. Grayscale: #959595. Windows color (decimal): -3895494 or 3837892. OLE color: 3837892.

HSL color Cylindrical-coordinate representation of color #C48F3A: hue angle of 36.96º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C48F3A is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 143 58 -
CMYK 0 0.27 0.70 0.23
HSL 36.96º 0.54% 0.5% -
HSV(B) 36.96º 0.7% 0.77% -
XYZ 33.35 31.69 8.36 -
YUV 149.16 76.56 161.41 -
System Red Green Blue C M Y K H S L
Decimal 196 143 58 0 0.27 0.70 0.23 36.96 0.54 0.5
Hex C4 8F 3A 0 1B 46 17 25 36 32
Octal 304 217 72 0 33 106 27 45 66 62
Binary 11000100 10001111 111010 0 11011 1000110 10111 100101 110110 110010

Color Harmonies of #C48F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48F3A

Black with #C48F3A

Text Example


Text Example

White with #C48F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48F3A; }

 p { color: rgb(196,143,58); }

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

background-color css

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

 a { background-color: rgb(196,143,58); }

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

border-color css

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

 span { border-color: rgb(196,143,58); }

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