Html Css Color HEX #C49A3C Pizza

📋 copy color: '#C49A3C'

red 196 ◦ green 154 ◦ blue 60

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

Shades of Pizza #C49A3C

Tints of Pizza #C49A3C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.56%

 BLUE value IS 60 (23.83% from 255) = 14.63%

R = 47.8%
G = 37.56%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C49A3C (or 0xC49A3C) is known color: Pizza. HEX triplet: C4, 9A and 3C. RGB value is (196,154,60). Sum of RGB (Red+Green+Blue) = 196+154+60=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49A3C is #3B65C3. Grayscale: #9C9C9C. Windows color (decimal): -3892676 or 3971780. OLE color: 3971780.

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

Color convert

RGB 196 154 60 -
CMYK 0 0.21 0.69 0.23
HSL 41.47º 0.54% 0.5% -
HSV(B) 41.47º 0.69% 0.77% -
XYZ 35.14 35.17 9.21 -
YUV 155.84 73.91 156.64 -
System Red Green Blue C M Y K H S L
Decimal 196 154 60 0 0.21 0.69 0.23 41.47 0.54 0.5
Hex C4 9A 3C 0 15 45 17 29 36 32
Octal 304 232 74 0 25 105 27 51 66 62
Binary 11000100 10011010 111100 0 10101 1000101 10111 101001 110110 110010

Color Harmonies of #C49A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49A3C

Black with #C49A3C

Text Example


Text Example

White with #C49A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49A3C; }

 p { color: rgb(196,154,60); }

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

background-color css

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

 a { background-color: rgb(196,154,60); }

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

border-color css

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

 span { border-color: rgb(196,154,60); }

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