Html Css Color HEX #C28D3B Pizza

📋 copy color: '#C28D3B'

red 194 ◦ green 141 ◦ blue 59

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

Shades of Pizza #C28D3B

Tints of Pizza #C28D3B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.79%

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

R = 49.24%
G = 35.79%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C28D3B (or 0xC28D3B) is known color: Pizza. HEX triplet: C2, 8D and 3B. RGB value is (194,141,59). Sum of RGB (Red+Green+Blue) = 194+141+59=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 59 (23.44% from 255 or 14.97% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28D3B is #3D72C4. Grayscale: #939393. Windows color (decimal): -4027077 or 3902914. OLE color: 3902914.

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

Color convert

RGB 194 141 59 -
CMYK 0 0.27 0.70 0.24
HSL 36.44º 0.53% 0.5% -
HSV(B) 36.44º 0.7% 0.76% -
XYZ 32.56 30.83 8.37 -
YUV 147.5 78.06 161.17 -
System Red Green Blue C M Y K H S L
Decimal 194 141 59 0 0.27 0.70 0.24 36.44 0.53 0.5
Hex C2 8D 3B 0 1B 46 18 24 35 32
Octal 302 215 73 0 33 106 30 44 65 62
Binary 11000010 10001101 111011 0 11011 1000110 11000 100100 110101 110010

Color Harmonies of #C28D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28D3B

Black with #C28D3B

Text Example


Text Example

White with #C28D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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