Html Css Color HEX #C3913B Pizza

📋 copy color: '#C3913B'

red 195 ◦ green 145 ◦ blue 59

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

Shades of Pizza #C3913B

Tints of Pizza #C3913B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.34%

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

R = 48.87%
G = 36.34%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3913B (or 0xC3913B) is known color: Pizza. HEX triplet: C3, 91 and 3B. RGB value is (195,145,59). Sum of RGB (Red+Green+Blue) = 195+145+59=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C3913B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3913B is #3C6EC4. Grayscale: #969696. Windows color (decimal): -3960517 or 3903939. OLE color: 3903939.

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

Color convert

RGB 195 145 59 -
CMYK 0 0.26 0.70 0.24
HSL 37.94º 0.54% 0.5% -
HSV(B) 37.94º 0.7% 0.76% -
XYZ 33.42 32.17 8.59 -
YUV 150.15 76.57 159.99 -
System Red Green Blue C M Y K H S L
Decimal 195 145 59 0 0.26 0.70 0.24 37.94 0.54 0.5
Hex C3 91 3B 0 1A 46 18 26 36 32
Octal 303 221 73 0 32 106 30 46 66 62
Binary 11000011 10010001 111011 0 11010 1000110 11000 100110 110110 110010

Color Harmonies of #C3913B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3913B

Black with #C3913B

Text Example


Text Example

White with #C3913B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3913B; }

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

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

background-color css

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

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

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

border-color css

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

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

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