Html Css Color HEX #C0873C Pizza

📋 copy color: '#C0873C'

red 192 ◦ green 135 ◦ blue 60

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

Shades of Pizza #C0873C

Tints of Pizza #C0873C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.5%

R = 49.61%
G = 34.88%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0873C (or 0xC0873C) is known color: Pizza. HEX triplet: C0, 87 and 3C. RGB value is (192,135,60). Sum of RGB (Red+Green+Blue) = 192+135+60=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0873C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0873C is #3F78C3. Grayscale: #8F8F8F. Windows color (decimal): -4159684 or 3966912. OLE color: 3966912.

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

Color convert

RGB 192 135 60 -
CMYK 0 0.30 0.69 0.25
HSL 34.09º 0.52% 0.49% -
HSV(B) 34.09º 0.69% 0.75% -
XYZ 31.22 28.86 8.2 -
YUV 143.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 192 135 60 0 0.30 0.69 0.25 34.09 0.52 0.49
Hex C0 87 3C 0 1E 45 19 22 34 31
Octal 300 207 74 0 36 105 31 42 64 61
Binary 11000000 10000111 111100 0 11110 1000101 11001 100010 110100 110001

Color Harmonies of #C0873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0873C

Black with #C0873C

Text Example


Text Example

White with #C0873C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0873C; }

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

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

background-color css

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

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

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

border-color css

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

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

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