Html Css Color HEX #C3943C Pizza

📋 copy color: '#C3943C'

red 195 ◦ green 148 ◦ blue 60

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

Shades of Pizza #C3943C

Tints of Pizza #C3943C

RGB

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

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

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

R = 48.39%
G = 36.72%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3943C (or 0xC3943C) is known color: Pizza. HEX triplet: C3, 94 and 3C. RGB value is (195,148,60). Sum of RGB (Red+Green+Blue) = 195+148+60=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3943C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3943C is #3C6BC3. Grayscale: #989898. Windows color (decimal): -3959748 or 3970243. OLE color: 3970243.

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

Color convert

RGB 195 148 60 -
CMYK 0 0.24 0.69 0.24
HSL 39.11º 0.53% 0.5% -
HSV(B) 39.11º 0.69% 0.76% -
XYZ 33.91 33.11 8.88 -
YUV 152.02 76.07 158.66 -
System Red Green Blue C M Y K H S L
Decimal 195 148 60 0 0.24 0.69 0.24 39.11 0.53 0.5
Hex C3 94 3C 0 18 45 18 27 35 32
Octal 303 224 74 0 30 105 30 47 65 62
Binary 11000011 10010100 111100 0 11000 1000101 11000 100111 110101 110010

Color Harmonies of #C3943C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3943C

Black with #C3943C

Text Example


Text Example

White with #C3943C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3943C; }

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

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

background-color css

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

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

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

border-color css

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

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

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