Html Css Color HEX #C3933C Pizza

📋 copy color: '#C3933C'

red 195 ◦ green 147 ◦ blue 60

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

Shades of Pizza #C3933C

Tints of Pizza #C3933C

RGB

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

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

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

R = 48.51%
G = 36.57%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3933C (or 0xC3933C) is known color: Pizza. HEX triplet: C3, 93 and 3C. RGB value is (195,147,60). Sum of RGB (Red+Green+Blue) = 195+147+60=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C3933C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3933C is #3C6CC3. Grayscale: #979797. Windows color (decimal): -3960004 or 3969987. OLE color: 3969987.

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

Color convert

RGB 195 147 60 -
CMYK 0 0.25 0.69 0.24
HSL 38.67º 0.53% 0.5% -
HSV(B) 38.67º 0.69% 0.76% -
XYZ 33.76 32.8 8.83 -
YUV 151.43 76.4 159.07 -
System Red Green Blue C M Y K H S L
Decimal 195 147 60 0 0.25 0.69 0.24 38.67 0.53 0.5
Hex C3 93 3C 0 19 45 18 27 35 32
Octal 303 223 74 0 31 105 30 47 65 62
Binary 11000011 10010011 111100 0 11001 1000101 11000 100111 110101 110010

Color Harmonies of #C3933C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3933C

Black with #C3933C

Text Example


Text Example

White with #C3933C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3933C; }

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

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

background-color css

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

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

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

border-color css

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

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

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