Html Css Color HEX #C2893A Pizza

📋 copy color: '#C2893A'

red 194 ◦ green 137 ◦ blue 58

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

Shades of Pizza #C2893A

Tints of Pizza #C2893A

RGB

 RED value IS 194 (76.17% from 255) = 49.87%

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

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

R = 49.87%
G = 35.22%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2893A (or 0xC2893A) is known color: Pizza. HEX triplet: C2, 89 and 3A. RGB value is (194,137,58). Sum of RGB (Red+Green+Blue) = 194+137+58=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 58 (23.05% from 255 or 14.91% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2893A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2893A is #3D76C5. Grayscale: #919191. Windows color (decimal): -4028102 or 3836354. OLE color: 3836354.

HSL color Cylindrical-coordinate representation of color #C2893A: hue angle of 34.85º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2893A is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 137 58 -
CMYK 0 0.29 0.70 0.24
HSL 34.85º 0.54% 0.49% -
HSV(B) 34.85º 0.7% 0.76% -
XYZ 31.96 29.67 8.04 -
YUV 145.04 78.88 162.92 -
System Red Green Blue C M Y K H S L
Decimal 194 137 58 0 0.29 0.70 0.24 34.85 0.54 0.49
Hex C2 89 3A 0 1D 46 18 23 36 31
Octal 302 211 72 0 35 106 30 43 66 61
Binary 11000010 10001001 111010 0 11101 1000110 11000 100011 110110 110001

Color Harmonies of #C2893A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2893A

Black with #C2893A

Text Example


Text Example

White with #C2893A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2893A; }

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

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

background-color css

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

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

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

border-color css

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

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

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