Html Css Color HEX #C48C34 Pizza

📋 copy color: '#C48C34'

red 196 ◦ green 140 ◦ blue 52

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

Shades of Pizza #C48C34

Tints of Pizza #C48C34

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.08%

 BLUE value IS 52 (20.7% from 255) = 13.4%

R = 50.52%
G = 36.08%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C48C34 (or 0xC48C34) is known color: Pizza. HEX triplet: C4, 8C and 34. RGB value is (196,140,52). Sum of RGB (Red+Green+Blue) = 196+140+52=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 52 (20.70% from 255 or 13.40% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48C34 is #3B73CB. Grayscale: #939393. Windows color (decimal): -3896268 or 3443908. OLE color: 3443908.

HSL color Cylindrical-coordinate representation of color #C48C34: hue angle of 36.67º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C48C34 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 140 52 -
CMYK 0 0.29 0.73 0.23
HSL 36.67º 0.58% 0.49% -
HSV(B) 36.67º 0.73% 0.77% -
XYZ 32.76 30.74 7.46 -
YUV 146.71 74.55 163.16 -
System Red Green Blue C M Y K H S L
Decimal 196 140 52 0 0.29 0.73 0.23 36.67 0.58 0.49
Hex C4 8C 34 0 1D 49 17 25 3A 31
Octal 304 214 64 0 35 111 27 45 72 61
Binary 11000100 10001100 110100 0 11101 1001001 10111 100101 111010 110001

Color Harmonies of #C48C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48C34

Black with #C48C34

Text Example


Text Example

White with #C48C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48C34; }

 p { color: rgb(196,140,52); }

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

background-color css

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

 a { background-color: rgb(196,140,52); }

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

border-color css

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

 span { border-color: rgb(196,140,52); }

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