Html Css Color HEX #C4943A Pizza

📋 copy color: '#C4943A'

red 196 ◦ green 148 ◦ blue 58

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

Shades of Pizza #C4943A

Tints of Pizza #C4943A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.82%

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

R = 48.76%
G = 36.82%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4943A (or 0xC4943A) is known color: Pizza. HEX triplet: C4, 94 and 3A. RGB value is (196,148,58). Sum of RGB (Red+Green+Blue) = 196+148+58=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 58 (23.05% from 255 or 14.43% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C4943A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4943A is #3B6BC5. Grayscale: #989898. Windows color (decimal): -3894214 or 3839172. OLE color: 3839172.

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

Color convert

RGB 196 148 58 -
CMYK 0 0.24 0.70 0.23
HSL 39.13º 0.54% 0.5% -
HSV(B) 39.13º 0.7% 0.77% -
XYZ 34.12 33.22 8.62 -
YUV 152.09 74.9 159.32 -
System Red Green Blue C M Y K H S L
Decimal 196 148 58 0 0.24 0.70 0.23 39.13 0.54 0.5
Hex C4 94 3A 0 18 46 17 27 36 32
Octal 304 224 72 0 30 106 27 47 66 62
Binary 11000100 10010100 111010 0 11000 1000110 10111 100111 110110 110010

Color Harmonies of #C4943A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4943A

Black with #C4943A

Text Example


Text Example

White with #C4943A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4943A; }

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

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

background-color css

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

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

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

border-color css

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

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

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