Html Css Color HEX #C29538 Pizza

📋 copy color: '#C29538'

red 194 ◦ green 149 ◦ blue 56

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

Shades of Pizza #C29538

Tints of Pizza #C29538

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.34%

 BLUE value IS 56 (22.27% from 255) = 14.04%

R = 48.62%
G = 37.34%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C29538 (or 0xC29538) is known color: Pizza. HEX triplet: C2, 95 and 38. RGB value is (194,149,56). Sum of RGB (Red+Green+Blue) = 194+149+56=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 56 (22.27% from 255 or 14.04% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C29538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29538 is #3D6AC7. Grayscale: #989898. Windows color (decimal): -4025032 or 3708354. OLE color: 3708354.

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

Color convert

RGB 194 149 56 -
CMYK 0 0.23 0.71 0.24
HSL 40.43º 0.55% 0.49% -
HSV(B) 40.43º 0.71% 0.76% -
XYZ 33.71 33.25 8.38 -
YUV 151.85 73.91 158.06 -
System Red Green Blue C M Y K H S L
Decimal 194 149 56 0 0.23 0.71 0.24 40.43 0.55 0.49
Hex C2 95 38 0 17 47 18 28 37 31
Octal 302 225 70 0 27 107 30 50 67 61
Binary 11000010 10010101 111000 0 10111 1000111 11000 101000 110111 110001

Color Harmonies of #C29538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29538

Black with #C29538

Text Example


Text Example

White with #C29538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29538; }

 p { color: rgb(194,149,56); }

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

background-color css

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

 a { background-color: rgb(194,149,56); }

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

border-color css

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

 span { border-color: rgb(194,149,56); }

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