Html Css Color HEX #C09340 Pizza

📋 copy color: '#C09340'

red 192 ◦ green 147 ◦ blue 64

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

Shades of Pizza #C09340

Tints of Pizza #C09340

RGB

 RED value IS 192 (75.39% from 255) = 47.64%

 GREEN value IS 147 (57.81% from 255) = 36.48%

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

R = 47.64%
G = 36.48%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C09340 (or 0xC09340) is known color: Pizza. HEX triplet: C0, 93 and 40. RGB value is (192,147,64). Sum of RGB (Red+Green+Blue) = 192+147+64=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C09340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09340 is #3F6CBF. Grayscale: #979797. Windows color (decimal): -4156608 or 4232128. OLE color: 4232128.

HSL color Cylindrical-coordinate representation of color #C09340: hue angle of 38.91º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C09340 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 147 64 -
CMYK 0 0.23 0.67 0.25
HSL 38.91º 0.5% 0.5% -
HSV(B) 38.91º 0.67% 0.75% -
XYZ 33.1 32.44 9.37 -
YUV 150.99 78.91 157.25 -
System Red Green Blue C M Y K H S L
Decimal 192 147 64 0 0.23 0.67 0.25 38.91 0.5 0.5
Hex C0 93 40 0 17 43 19 27 32 32
Octal 300 223 100 0 27 103 31 47 62 62
Binary 11000000 10010011 1000000 0 10111 1000011 11001 100111 110010 110010

Color Harmonies of #C09340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09340

Black with #C09340

Text Example


Text Example

White with #C09340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09340; }

 p { color: rgb(192,147,64); }

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

background-color css

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

 a { background-color: rgb(192,147,64); }

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

border-color css

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

 span { border-color: rgb(192,147,64); }

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