Html Css Color HEX #C29440 Pizza

📋 copy color: '#C29440'

red 194 ◦ green 148 ◦ blue 64

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

Shades of Pizza #C29440

Tints of Pizza #C29440

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.45%

 BLUE value IS 64 (25.39% from 255) = 15.76%

R = 47.78%
G = 36.45%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C29440 (or 0xC29440) is known color: Pizza. HEX triplet: C2, 94 and 40. RGB value is (194,148,64). Sum of RGB (Red+Green+Blue) = 194+148+64=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C29440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29440 is #3D6BBF. Grayscale: #989898. Windows color (decimal): -4025280 or 4232386. OLE color: 4232386.

HSL color Cylindrical-coordinate representation of color #C29440: hue angle of 38.77º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C29440 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 148 64 -
CMYK 0 0.24 0.67 0.24
HSL 38.77º 0.52% 0.51% -
HSV(B) 38.77º 0.67% 0.76% -
XYZ 33.76 33.02 9.44 -
YUV 152.18 78.24 157.83 -
System Red Green Blue C M Y K H S L
Decimal 194 148 64 0 0.24 0.67 0.24 38.77 0.52 0.51
Hex C2 94 40 0 18 43 18 27 34 33
Octal 302 224 100 0 30 103 30 47 64 63
Binary 11000010 10010100 1000000 0 11000 1000011 11000 100111 110100 110011

Color Harmonies of #C29440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29440

Black with #C29440

Text Example


Text Example

White with #C29440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29440; }

 p { color: rgb(194,148,64); }

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

background-color css

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

 a { background-color: rgb(194,148,64); }

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

border-color css

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

 span { border-color: rgb(194,148,64); }

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