Html Css Color HEX #C28E37 Pizza

📋 copy color: '#C28E37'

red 194 ◦ green 142 ◦ blue 55

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

Shades of Pizza #C28E37

Tints of Pizza #C28E37

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.32%

 BLUE value IS 55 (21.88% from 255) = 14.07%

R = 49.62%
G = 36.32%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C28E37 (or 0xC28E37) is known color: Pizza. HEX triplet: C2, 8E and 37. RGB value is (194,142,55). Sum of RGB (Red+Green+Blue) = 194+142+55=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 55 (21.88% from 255 or 14.07% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28E37 is #3D71C8. Grayscale: #949494. Windows color (decimal): -4026825 or 3641026. OLE color: 3641026.

HSL color Cylindrical-coordinate representation of color #C28E37: hue angle of 37.55º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C28E37 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 142 55 -
CMYK 0 0.27 0.72 0.24
HSL 37.55º 0.56% 0.49% -
HSV(B) 37.55º 0.72% 0.76% -
XYZ 32.61 31.09 7.9 -
YUV 147.63 75.73 161.07 -
System Red Green Blue C M Y K H S L
Decimal 194 142 55 0 0.27 0.72 0.24 37.55 0.56 0.49
Hex C2 8E 37 0 1B 48 18 26 38 31
Octal 302 216 67 0 33 110 30 46 70 61
Binary 11000010 10001110 110111 0 11011 1001000 11000 100110 111000 110001

Color Harmonies of #C28E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28E37

Black with #C28E37

Text Example


Text Example

White with #C28E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28E37; }

 p { color: rgb(194,142,55); }

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

background-color css

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

 a { background-color: rgb(194,142,55); }

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

border-color css

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

 span { border-color: rgb(194,142,55); }

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