Html Css Color HEX #C3893A Pizza

📋 copy color: '#C3893A'

red 195 ◦ green 137 ◦ blue 58

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

Shades of Pizza #C3893A

Tints of Pizza #C3893A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.13%

 BLUE value IS 58 (23.05% from 255) = 14.87%

R = 50%
G = 35.13%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3893A (or 0xC3893A) is known color: Pizza. HEX triplet: C3, 89 and 3A. RGB value is (195,137,58). Sum of RGB (Red+Green+Blue) = 195+137+58=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 58 (23.05% from 255 or 14.87% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3893A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3893A is #3C76C5. Grayscale: #919191. Windows color (decimal): -3962566 or 3836355. OLE color: 3836355.

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

Color convert

RGB 195 137 58 -
CMYK 0 0.30 0.70 0.24
HSL 34.6º 0.54% 0.5% -
HSV(B) 34.6º 0.7% 0.76% -
XYZ 32.22 29.8 8.06 -
YUV 145.34 78.72 163.42 -
System Red Green Blue C M Y K H S L
Decimal 195 137 58 0 0.30 0.70 0.24 34.6 0.54 0.5
Hex C3 89 3A 0 1E 46 18 23 36 32
Octal 303 211 72 0 36 106 30 43 66 62
Binary 11000011 10001001 111010 0 11110 1000110 11000 100011 110110 110010

Color Harmonies of #C3893A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3893A

Black with #C3893A

Text Example


Text Example

White with #C3893A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3893A; }

 p { color: rgb(195,137,58); }

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

background-color css

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

 a { background-color: rgb(195,137,58); }

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

border-color css

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

 span { border-color: rgb(195,137,58); }

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