Html Css Color HEX #C08A40 Pizza

📋 copy color: '#C08A40'

red 192 ◦ green 138 ◦ blue 64

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

Shades of Pizza #C08A40

Tints of Pizza #C08A40

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.03%

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

R = 48.73%
G = 35.03%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C08A40 (or 0xC08A40) is known color: Pizza. HEX triplet: C0, 8A and 40. RGB value is (192,138,64). Sum of RGB (Red+Green+Blue) = 192+138+64=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08A40 is #3F75BF. Grayscale: #929292. Windows color (decimal): -4158912 or 4229824. OLE color: 4229824.

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

Color convert

RGB 192 138 64 -
CMYK 0 0.28 0.67 0.25
HSL 34.69º 0.5% 0.5% -
HSV(B) 34.69º 0.67% 0.75% -
XYZ 31.75 29.75 8.92 -
YUV 145.71 81.89 161.02 -
System Red Green Blue C M Y K H S L
Decimal 192 138 64 0 0.28 0.67 0.25 34.69 0.5 0.5
Hex C0 8A 40 0 1C 43 19 23 32 32
Octal 300 212 100 0 34 103 31 43 62 62
Binary 11000000 10001010 1000000 0 11100 1000011 11001 100011 110010 110010

Color Harmonies of #C08A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08A40

Black with #C08A40

Text Example


Text Example

White with #C08A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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