Html Css Color HEX #C08841 Pizza

📋 copy color: '#C08841'

red 192 ◦ green 136 ◦ blue 65

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

Shades of Pizza #C08841

Tints of Pizza #C08841

RGB

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

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

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

R = 48.85%
G = 34.61%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C08841 (or 0xC08841) is known color: Pizza. HEX triplet: C0, 88 and 41. RGB value is (192,136,65). Sum of RGB (Red+Green+Blue) = 192+136+65=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C08841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08841 is #3F77BE. Grayscale: #909090. Windows color (decimal): -4159423 or 4294848. OLE color: 4294848.

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

Color convert

RGB 192 136 65 -
CMYK 0 0.29 0.66 0.25
HSL 33.54º 0.5% 0.5% -
HSV(B) 33.54º 0.66% 0.75% -
XYZ 31.5 29.2 8.98 -
YUV 144.65 83.05 161.77 -
System Red Green Blue C M Y K H S L
Decimal 192 136 65 0 0.29 0.66 0.25 33.54 0.5 0.5
Hex C0 88 41 0 1D 42 19 22 32 32
Octal 300 210 101 0 35 102 31 42 62 62
Binary 11000000 10001000 1000001 0 11101 1000010 11001 100010 110010 110010

Color Harmonies of #C08841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08841

Black with #C08841

Text Example


Text Example

White with #C08841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08841; }

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

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

background-color css

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

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

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

border-color css

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

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

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