Html Css Color HEX #C08740 Pizza

📋 copy color: '#C08740'

red 192 ◦ green 135 ◦ blue 64

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

Shades of Pizza #C08740

Tints of Pizza #C08740

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.53%

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

R = 49.1%
G = 34.53%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C08740 (or 0xC08740) is known color: Pizza. HEX triplet: C0, 87 and 40. RGB value is (192,135,64). Sum of RGB (Red+Green+Blue) = 192+135+64=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C08740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08740 is #3F78BF. Grayscale: #909090. Windows color (decimal): -4159680 or 4229056. OLE color: 4229056.

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

Color convert

RGB 192 135 64 -
CMYK 0 0.30 0.67 0.25
HSL 33.28º 0.5% 0.5% -
HSV(B) 33.28º 0.67% 0.75% -
XYZ 31.33 28.9 8.78 -
YUV 143.95 82.88 162.27 -
System Red Green Blue C M Y K H S L
Decimal 192 135 64 0 0.30 0.67 0.25 33.28 0.5 0.5
Hex C0 87 40 0 1E 43 19 21 32 32
Octal 300 207 100 0 36 103 31 41 62 62
Binary 11000000 10000111 1000000 0 11110 1000011 11001 100001 110010 110010

Color Harmonies of #C08740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08740

Black with #C08740

Text Example


Text Example

White with #C08740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08740; }

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

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

background-color css

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

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

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

border-color css

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

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

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