Html Css Color HEX #C29540 Pizza

📋 copy color: '#C29540'

red 194 ◦ green 149 ◦ blue 64

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

Shades of Pizza #C29540

Tints of Pizza #C29540

RGB

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

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

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

R = 47.67%
G = 36.61%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C29540 (or 0xC29540) is known color: Pizza. HEX triplet: C2, 95 and 40. RGB value is (194,149,64). Sum of RGB (Red+Green+Blue) = 194+149+64=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C29540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29540 is #3D6ABF. Grayscale: #999999. Windows color (decimal): -4025024 or 4232642. OLE color: 4232642.

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

Color convert

RGB 194 149 64 -
CMYK 0 0.23 0.67 0.24
HSL 39.23º 0.52% 0.51% -
HSV(B) 39.23º 0.67% 0.76% -
XYZ 33.92 33.33 9.5 -
YUV 152.77 77.91 157.41 -
System Red Green Blue C M Y K H S L
Decimal 194 149 64 0 0.23 0.67 0.24 39.23 0.52 0.51
Hex C2 95 40 0 17 43 18 27 34 33
Octal 302 225 100 0 27 103 30 47 64 63
Binary 11000010 10010101 1000000 0 10111 1000011 11000 100111 110100 110011

Color Harmonies of #C29540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29540

Black with #C29540

Text Example


Text Example

White with #C29540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29540; }

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

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

background-color css

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

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

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

border-color css

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

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

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