Html Css Color HEX #C09341 Pizza

📋 copy color: '#C09341'

red 192 ◦ green 147 ◦ blue 65

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

Shades of Pizza #C09341

Tints of Pizza #C09341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.09%

R = 47.52%
G = 36.39%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C09341 (or 0xC09341) is known color: Pizza. HEX triplet: C0, 93 and 41. RGB value is (192,147,65). Sum of RGB (Red+Green+Blue) = 192+147+65=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C09341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09341 is #3F6CBE. Grayscale: #979797. Windows color (decimal): -4156607 or 4297664. OLE color: 4297664.

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

Color convert

RGB 192 147 65 -
CMYK 0 0.23 0.66 0.25
HSL 38.74º 0.5% 0.5% -
HSV(B) 38.74º 0.66% 0.75% -
XYZ 33.13 32.46 9.52 -
YUV 151.11 79.41 157.17 -
System Red Green Blue C M Y K H S L
Decimal 192 147 65 0 0.23 0.66 0.25 38.74 0.5 0.5
Hex C0 93 41 0 17 42 19 27 32 32
Octal 300 223 101 0 27 102 31 47 62 62
Binary 11000000 10010011 1000001 0 10111 1000010 11001 100111 110010 110010

Color Harmonies of #C09341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09341

Black with #C09341

Text Example


Text Example

White with #C09341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09341; }

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

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

background-color css

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

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

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

border-color css

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

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

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