Html Css Color HEX #C09140 Pizza

📋 copy color: '#C09140'

red 192 ◦ green 145 ◦ blue 64

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

Shades of Pizza #C09140

Tints of Pizza #C09140

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.16%

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

R = 47.88%
G = 36.16%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C09140 (or 0xC09140) is known color: Pizza. HEX triplet: C0, 91 and 40. RGB value is (192,145,64). Sum of RGB (Red+Green+Blue) = 192+145+64=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C09140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09140 is #3F6EBF. Grayscale: #969696. Windows color (decimal): -4157120 or 4231616. OLE color: 4231616.

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

Color convert

RGB 192 145 64 -
CMYK 0 0.24 0.67 0.25
HSL 37.97º 0.5% 0.5% -
HSV(B) 37.97º 0.67% 0.75% -
XYZ 32.79 31.83 9.27 -
YUV 149.82 79.57 158.09 -
System Red Green Blue C M Y K H S L
Decimal 192 145 64 0 0.24 0.67 0.25 37.97 0.5 0.5
Hex C0 91 40 0 18 43 19 26 32 32
Octal 300 221 100 0 30 103 31 46 62 62
Binary 11000000 10010001 1000000 0 11000 1000011 11001 100110 110010 110010

Color Harmonies of #C09140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09140

Black with #C09140

Text Example


Text Example

White with #C09140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09140; }

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

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

background-color css

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

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

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

border-color css

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

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

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