Html Css Color HEX #C3933B Pizza

📋 copy color: '#C3933B'

red 195 ◦ green 147 ◦ blue 59

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

Shades of Pizza #C3933B

Tints of Pizza #C3933B

RGB

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

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

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

R = 48.63%
G = 36.66%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3933B (or 0xC3933B) is known color: Pizza. HEX triplet: C3, 93 and 3B. RGB value is (195,147,59). Sum of RGB (Red+Green+Blue) = 195+147+59=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 59 (23.44% from 255 or 14.71% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C3933B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3933B is #3C6CC4. Grayscale: #979797. Windows color (decimal): -3960005 or 3904451. OLE color: 3904451.

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

Color convert

RGB 195 147 59 -
CMYK 0 0.25 0.70 0.24
HSL 38.82º 0.54% 0.5% -
HSV(B) 38.82º 0.7% 0.76% -
XYZ 33.73 32.79 8.69 -
YUV 151.32 75.9 159.16 -
System Red Green Blue C M Y K H S L
Decimal 195 147 59 0 0.25 0.70 0.24 38.82 0.54 0.5
Hex C3 93 3B 0 19 46 18 27 36 32
Octal 303 223 73 0 31 106 30 47 66 62
Binary 11000011 10010011 111011 0 11001 1000110 11000 100111 110110 110010

Color Harmonies of #C3933B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3933B

Black with #C3933B

Text Example


Text Example

White with #C3933B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3933B; }

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

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

background-color css

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

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

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

border-color css

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

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

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