Html Css Color HEX #C29137 Pizza

📋 copy color: '#C29137'

red 194 ◦ green 145 ◦ blue 55

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

Shades of Pizza #C29137

Tints of Pizza #C29137

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.8%

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

R = 49.24%
G = 36.8%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C29137 (or 0xC29137) is known color: Pizza. HEX triplet: C2, 91 and 37. RGB value is (194,145,55). Sum of RGB (Red+Green+Blue) = 194+145+55=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 55 (21.88% from 255 or 13.96% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C29137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29137 is #3D6EC8. Grayscale: #959595. Windows color (decimal): -4026057 or 3641794. OLE color: 3641794.

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

Color convert

RGB 194 145 55 -
CMYK 0 0.25 0.72 0.24
HSL 38.85º 0.56% 0.49% -
HSV(B) 38.85º 0.72% 0.76% -
XYZ 33.06 32 8.05 -
YUV 149.39 74.73 159.82 -
System Red Green Blue C M Y K H S L
Decimal 194 145 55 0 0.25 0.72 0.24 38.85 0.56 0.49
Hex C2 91 37 0 19 48 18 27 38 31
Octal 302 221 67 0 31 110 30 47 70 61
Binary 11000010 10010001 110111 0 11001 1001000 11000 100111 111000 110001

Color Harmonies of #C29137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29137

Black with #C29137

Text Example


Text Example

White with #C29137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29137; }

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

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

background-color css

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

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

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

border-color css

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

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

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