Html Css Color HEX #C2893B Pizza

📋 copy color: '#C2893B'

red 194 ◦ green 137 ◦ blue 59

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

Shades of Pizza #C2893B

Tints of Pizza #C2893B

RGB

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

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

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

R = 49.74%
G = 35.13%
B = 15.13%

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

#C2893B (or 0xC2893B) is known color: Pizza. HEX triplet: C2, 89 and 3B. RGB value is (194,137,59). Sum of RGB (Red+Green+Blue) = 194+137+59=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 59 (23.44% from 255 or 15.13% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2893B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2893B is #3D76C4. Grayscale: #919191. Windows color (decimal): -4028101 or 3901890. OLE color: 3901890.

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

Color convert

RGB 194 137 59 -
CMYK 0 0.29 0.70 0.24
HSL 34.67º 0.53% 0.5% -
HSV(B) 34.67º 0.7% 0.76% -
XYZ 31.98 29.68 8.18 -
YUV 145.15 79.38 162.84 -
System Red Green Blue C M Y K H S L
Decimal 194 137 59 0 0.29 0.70 0.24 34.67 0.53 0.5
Hex C2 89 3B 0 1D 46 18 23 35 32
Octal 302 211 73 0 35 106 30 43 65 62
Binary 11000010 10001001 111011 0 11101 1000110 11000 100011 110101 110010

Color Harmonies of #C2893B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2893B

Black with #C2893B

Text Example


Text Example

White with #C2893B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2893B; }

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

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

background-color css

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

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

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

border-color css

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

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

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