Html Css Color HEX #C29036 Pizza

📋 copy color: '#C29036'

red 194 ◦ green 144 ◦ blue 54

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

Shades of Pizza #C29036

Tints of Pizza #C29036

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.73%

 BLUE value IS 54 (21.48% from 255) = 13.78%

R = 49.49%
G = 36.73%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C29036 (or 0xC29036) is known color: Pizza. HEX triplet: C2, 90 and 36. RGB value is (194,144,54). Sum of RGB (Red+Green+Blue) = 194+144+54=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 54 (21.48% from 255 or 13.78% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C29036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29036 is #3D6FC9. Grayscale: #959595. Windows color (decimal): -4026314 or 3576002. OLE color: 3576002.

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

Color convert

RGB 194 144 54 -
CMYK 0 0.26 0.72 0.24
HSL 38.57º 0.56% 0.49% -
HSV(B) 38.57º 0.72% 0.76% -
XYZ 32.89 31.68 7.87 -
YUV 148.69 74.57 160.32 -
System Red Green Blue C M Y K H S L
Decimal 194 144 54 0 0.26 0.72 0.24 38.57 0.56 0.49
Hex C2 90 36 0 1A 48 18 27 38 31
Octal 302 220 66 0 32 110 30 47 70 61
Binary 11000010 10010000 110110 0 11010 1001000 11000 100111 111000 110001

Color Harmonies of #C29036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29036

Black with #C29036

Text Example


Text Example

White with #C29036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29036; }

 p { color: rgb(194,144,54); }

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

background-color css

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

 a { background-color: rgb(194,144,54); }

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

border-color css

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

 span { border-color: rgb(194,144,54); }

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