Html Css Color HEX #C4933A Pizza

📋 copy color: '#C4933A'

red 196 ◦ green 147 ◦ blue 58

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

Shades of Pizza #C4933A

Tints of Pizza #C4933A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.66%

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

R = 48.88%
G = 36.66%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4933A (or 0xC4933A) is known color: Pizza. HEX triplet: C4, 93 and 3A. RGB value is (196,147,58). Sum of RGB (Red+Green+Blue) = 196+147+58=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 58 (23.05% from 255 or 14.46% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4933A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4933A is #3B6CC5. Grayscale: #979797. Windows color (decimal): -3894470 or 3838916. OLE color: 3838916.

HSL color Cylindrical-coordinate representation of color #C4933A: hue angle of 38.7º 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 #C4933A is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 147 58 -
CMYK 0 0.25 0.70 0.23
HSL 38.7º 0.54% 0.5% -
HSV(B) 38.7º 0.7% 0.77% -
XYZ 33.96 32.91 8.56 -
YUV 151.51 75.23 159.74 -
System Red Green Blue C M Y K H S L
Decimal 196 147 58 0 0.25 0.70 0.23 38.7 0.54 0.5
Hex C4 93 3A 0 19 46 17 27 36 32
Octal 304 223 72 0 31 106 27 47 66 62
Binary 11000100 10010011 111010 0 11001 1000110 10111 100111 110110 110010

Color Harmonies of #C4933A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4933A

Black with #C4933A

Text Example


Text Example

White with #C4933A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4933A; }

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

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

background-color css

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

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

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

border-color css

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

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

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