Html Css Color HEX #C3983B Pizza

📋 copy color: '#C3983B'

red 195 ◦ green 152 ◦ blue 59

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

Shades of Pizza #C3983B

Tints of Pizza #C3983B

RGB

 RED value IS 195 (76.56% from 255) = 48.03%

 GREEN value IS 152 (59.77% from 255) = 37.44%

 BLUE value IS 59 (23.44% from 255) = 14.53%

R = 48.03%
G = 37.44%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3983B (or 0xC3983B) is known color: Pizza. HEX triplet: C3, 98 and 3B. RGB value is (195,152,59). Sum of RGB (Red+Green+Blue) = 195+152+59=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 59 (23.44% from 255 or 14.53% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C3983B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3983B is #3C67C4. Grayscale: #9A9A9A. Windows color (decimal): -3958725 or 3905731. OLE color: 3905731.

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

Color convert

RGB 195 152 59 -
CMYK 0 0.22 0.70 0.24
HSL 41.03º 0.54% 0.5% -
HSV(B) 41.03º 0.7% 0.76% -
XYZ 34.52 34.37 8.95 -
YUV 154.26 74.25 157.06 -
System Red Green Blue C M Y K H S L
Decimal 195 152 59 0 0.22 0.70 0.24 41.03 0.54 0.5
Hex C3 98 3B 0 16 46 18 29 36 32
Octal 303 230 73 0 26 106 30 51 66 62
Binary 11000011 10011000 111011 0 10110 1000110 11000 101001 110110 110010

Color Harmonies of #C3983B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3983B

Black with #C3983B

Text Example


Text Example

White with #C3983B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3983B; }

 p { color: rgb(195,152,59); }

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

background-color css

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

 a { background-color: rgb(195,152,59); }

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

border-color css

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

 span { border-color: rgb(195,152,59); }

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