Html Css Color HEX #C3963C Pizza

📋 copy color: '#C3963C'

red 195 ◦ green 150 ◦ blue 60

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

Shades of Pizza #C3963C

Tints of Pizza #C3963C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.04%

 BLUE value IS 60 (23.83% from 255) = 14.81%

R = 48.15%
G = 37.04%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3963C (or 0xC3963C) is known color: Pizza. HEX triplet: C3, 96 and 3C. RGB value is (195,150,60). Sum of RGB (Red+Green+Blue) = 195+150+60=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 60 (23.83% from 255 or 14.81% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C3963C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3963C is #3C69C3. Grayscale: #999999. Windows color (decimal): -3959236 or 3970755. OLE color: 3970755.

HSL color Cylindrical-coordinate representation of color #C3963C: hue angle of 40º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3963C is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 150 60 -
CMYK 0 0.23 0.69 0.24
HSL 40º 0.53% 0.5% -
HSV(B) 40º 0.69% 0.76% -
XYZ 34.23 33.74 8.98 -
YUV 153.2 75.41 157.82 -
System Red Green Blue C M Y K H S L
Decimal 195 150 60 0 0.23 0.69 0.24 40 0.53 0.5
Hex C3 96 3C 0 17 45 18 28 35 32
Octal 303 226 74 0 27 105 30 50 65 62
Binary 11000011 10010110 111100 0 10111 1000101 11000 101000 110101 110010

Color Harmonies of #C3963C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3963C

Black with #C3963C

Text Example


Text Example

White with #C3963C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3963C; }

 p { color: rgb(195,150,60); }

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

background-color css

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

 a { background-color: rgb(195,150,60); }

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

border-color css

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

 span { border-color: rgb(195,150,60); }

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