Html Css Color HEX #C08E3A Pizza

📋 copy color: '#C08E3A'

red 192 ◦ green 142 ◦ blue 58

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

Shades of Pizza #C08E3A

Tints of Pizza #C08E3A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.22%

 BLUE value IS 58 (23.05% from 255) = 14.8%

R = 48.98%
G = 36.22%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C08E3A (or 0xC08E3A) is known color: Pizza. HEX triplet: C0, 8E and 3A. RGB value is (192,142,58). Sum of RGB (Red+Green+Blue) = 192+142+58=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08E3A is #3F71C5. Grayscale: #939393. Windows color (decimal): -4157894 or 3837632. OLE color: 3837632.

HSL color Cylindrical-coordinate representation of color #C08E3A: hue angle of 37.61º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C08E3A is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 142 58 -
CMYK 0 0.26 0.70 0.25
HSL 37.61º 0.54% 0.49% -
HSV(B) 37.61º 0.7% 0.75% -
XYZ 32.17 30.86 8.26 -
YUV 147.37 77.57 159.83 -
System Red Green Blue C M Y K H S L
Decimal 192 142 58 0 0.26 0.70 0.25 37.61 0.54 0.49
Hex C0 8E 3A 0 1A 46 19 26 36 31
Octal 300 216 72 0 32 106 31 46 66 61
Binary 11000000 10001110 111010 0 11010 1000110 11001 100110 110110 110001

Color Harmonies of #C08E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08E3A

Black with #C08E3A

Text Example


Text Example

White with #C08E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08E3A; }

 p { color: rgb(192,142,58); }

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

background-color css

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

 a { background-color: rgb(192,142,58); }

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

border-color css

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

 span { border-color: rgb(192,142,58); }

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