Html Css Color HEX #C3943B Pizza

📋 copy color: '#C3943B'

red 195 ◦ green 148 ◦ blue 59

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

Shades of Pizza #C3943B

Tints of Pizza #C3943B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.82%

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

R = 48.51%
G = 36.82%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3943B (or 0xC3943B) is known color: Pizza. HEX triplet: C3, 94 and 3B. RGB value is (195,148,59). Sum of RGB (Red+Green+Blue) = 195+148+59=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C3943B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3943B is #3C6BC4. Grayscale: #989898. Windows color (decimal): -3959749 or 3904707. OLE color: 3904707.

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

Color convert

RGB 195 148 59 -
CMYK 0 0.24 0.70 0.24
HSL 39.26º 0.54% 0.5% -
HSV(B) 39.26º 0.7% 0.76% -
XYZ 33.89 33.1 8.74 -
YUV 151.91 75.57 158.74 -
System Red Green Blue C M Y K H S L
Decimal 195 148 59 0 0.24 0.70 0.24 39.26 0.54 0.5
Hex C3 94 3B 0 18 46 18 27 36 32
Octal 303 224 73 0 30 106 30 47 66 62
Binary 11000011 10010100 111011 0 11000 1000110 11000 100111 110110 110010

Color Harmonies of #C3943B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3943B

Black with #C3943B

Text Example


Text Example

White with #C3943B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3943B; }

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

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

background-color css

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

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

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

border-color css

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

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

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