Html Css Color HEX #C08B41 Pizza

📋 copy color: '#C08B41'

red 192 ◦ green 139 ◦ blue 65

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

Shades of Pizza #C08B41

Tints of Pizza #C08B41

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.1%

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

R = 48.48%
G = 35.1%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C08B41 (or 0xC08B41) is known color: Pizza. HEX triplet: C0, 8B and 41. RGB value is (192,139,65). Sum of RGB (Red+Green+Blue) = 192+139+65=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08B41 is #3F74BE. Grayscale: #929292. Windows color (decimal): -4158655 or 4295616. OLE color: 4295616.

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

Color convert

RGB 192 139 65 -
CMYK 0 0.28 0.66 0.25
HSL 34.96º 0.5% 0.5% -
HSV(B) 34.96º 0.66% 0.75% -
XYZ 31.92 30.05 9.12 -
YUV 146.41 82.06 160.52 -
System Red Green Blue C M Y K H S L
Decimal 192 139 65 0 0.28 0.66 0.25 34.96 0.5 0.5
Hex C0 8B 41 0 1C 42 19 23 32 32
Octal 300 213 101 0 34 102 31 43 62 62
Binary 11000000 10001011 1000001 0 11100 1000010 11001 100011 110010 110010

Color Harmonies of #C08B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08B41

Black with #C08B41

Text Example


Text Example

White with #C08B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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