Html Css Color HEX #C09141 Pizza

📋 copy color: '#C09141'

red 192 ◦ green 145 ◦ blue 65

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

Shades of Pizza #C09141

Tints of Pizza #C09141

RGB

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

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

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

R = 47.76%
G = 36.07%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C09141 (or 0xC09141) is known color: Pizza. HEX triplet: C0, 91 and 41. RGB value is (192,145,65). Sum of RGB (Red+Green+Blue) = 192+145+65=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 65 (25.78% from 255 or 16.17% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C09141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09141 is #3F6EBE. Grayscale: #969696. Windows color (decimal): -4157119 or 4297152. OLE color: 4297152.

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

Color convert

RGB 192 145 65 -
CMYK 0 0.24 0.66 0.25
HSL 37.8º 0.5% 0.5% -
HSV(B) 37.8º 0.66% 0.75% -
XYZ 32.82 31.84 9.42 -
YUV 149.93 80.07 158 -
System Red Green Blue C M Y K H S L
Decimal 192 145 65 0 0.24 0.66 0.25 37.8 0.5 0.5
Hex C0 91 41 0 18 42 19 26 32 32
Octal 300 221 101 0 30 102 31 46 62 62
Binary 11000000 10010001 1000001 0 11000 1000010 11001 100110 110010 110010

Color Harmonies of #C09141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09141

Black with #C09141

Text Example


Text Example

White with #C09141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09141; }

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

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

background-color css

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

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

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

border-color css

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

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

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