Html Css Color HEX #C29740 Pizza

📋 copy color: '#C29740'

red 194 ◦ green 151 ◦ blue 64

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

Shades of Pizza #C29740

Tints of Pizza #C29740

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.92%

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

R = 47.43%
G = 36.92%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C29740 (or 0xC29740) is known color: Pizza. HEX triplet: C2, 97 and 40. RGB value is (194,151,64). Sum of RGB (Red+Green+Blue) = 194+151+64=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C29740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29740 is #3D68BF. Grayscale: #9A9A9A. Windows color (decimal): -4024512 or 4233154. OLE color: 4233154.

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

Color convert

RGB 194 151 64 -
CMYK 0 0.22 0.67 0.24
HSL 40.15º 0.52% 0.51% -
HSV(B) 40.15º 0.67% 0.76% -
XYZ 34.24 33.97 9.6 -
YUV 153.94 77.25 156.57 -
System Red Green Blue C M Y K H S L
Decimal 194 151 64 0 0.22 0.67 0.24 40.15 0.52 0.51
Hex C2 97 40 0 16 43 18 28 34 33
Octal 302 227 100 0 26 103 30 50 64 63
Binary 11000010 10010111 1000000 0 10110 1000011 11000 101000 110100 110011

Color Harmonies of #C29740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29740

Black with #C29740

Text Example


Text Example

White with #C29740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29740; }

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

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

background-color css

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

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

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

border-color css

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

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

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