Html Css Color HEX #C0873E Pizza

📋 copy color: '#C0873E'

red 192 ◦ green 135 ◦ blue 62

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

Shades of Pizza #C0873E

Tints of Pizza #C0873E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.94%

R = 49.36%
G = 34.7%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0873E (or 0xC0873E) is known color: Pizza. HEX triplet: C0, 87 and 3E. RGB value is (192,135,62). Sum of RGB (Red+Green+Blue) = 192+135+62=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0873E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0873E is #3F78C1. Grayscale: #909090. Windows color (decimal): -4159682 or 4097984. OLE color: 4097984.

HSL color Cylindrical-coordinate representation of color #C0873E: hue angle of 33.69º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0873E is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 135 62 -
CMYK 0 0.30 0.68 0.25
HSL 33.69º 0.51% 0.5% -
HSV(B) 33.69º 0.68% 0.75% -
XYZ 31.27 28.88 8.48 -
YUV 143.72 81.88 162.44 -
System Red Green Blue C M Y K H S L
Decimal 192 135 62 0 0.30 0.68 0.25 33.69 0.51 0.5
Hex C0 87 3E 0 1E 44 19 22 33 32
Octal 300 207 76 0 36 104 31 42 63 62
Binary 11000000 10000111 111110 0 11110 1000100 11001 100010 110011 110010

Color Harmonies of #C0873E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0873E

Black with #C0873E

Text Example


Text Example

White with #C0873E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0873E; }

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

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

background-color css

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

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

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

border-color css

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

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

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