Html Css Color HEX #C08836 Pizza

📋 copy color: '#C08836'

red 192 ◦ green 136 ◦ blue 54

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

Shades of Pizza #C08836

Tints of Pizza #C08836

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.6%

 BLUE value IS 54 (21.48% from 255) = 14.14%

R = 50.26%
G = 35.6%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C08836 (or 0xC08836) is known color: Pizza. HEX triplet: C0, 88 and 36. RGB value is (192,136,54). Sum of RGB (Red+Green+Blue) = 192+136+54=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 54 (21.48% from 255 or 14.14% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C08836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08836 is #3F77C9. Grayscale: #8F8F8F. Windows color (decimal): -4159434 or 3573952. OLE color: 3573952.

HSL color Cylindrical-coordinate representation of color #C08836: hue angle of 35.65º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C08836 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 136 54 -
CMYK 0 0.29 0.72 0.25
HSL 35.65º 0.56% 0.48% -
HSV(B) 35.65º 0.72% 0.75% -
XYZ 31.21 29.08 7.46 -
YUV 143.4 77.55 162.67 -
System Red Green Blue C M Y K H S L
Decimal 192 136 54 0 0.29 0.72 0.25 35.65 0.56 0.48
Hex C0 88 36 0 1D 48 19 24 38 30
Octal 300 210 66 0 35 110 31 44 70 60
Binary 11000000 10001000 110110 0 11101 1001000 11001 100100 111000 110000

Color Harmonies of #C08836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08836

Black with #C08836

Text Example


Text Example

White with #C08836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08836; }

 p { color: rgb(192,136,54); }

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

background-color css

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

 a { background-color: rgb(192,136,54); }

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

border-color css

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

 span { border-color: rgb(192,136,54); }

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