Html Css Color HEX #C0873F Pizza

📋 copy color: '#C0873F'

red 192 ◦ green 135 ◦ blue 63

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

Shades of Pizza #C0873F

Tints of Pizza #C0873F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.15%

R = 49.23%
G = 34.62%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0873F (or 0xC0873F) is known color: Pizza. HEX triplet: C0, 87 and 3F. RGB value is (192,135,63). Sum of RGB (Red+Green+Blue) = 192+135+63=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C0873F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0873F is #3F78C0. Grayscale: #909090. Windows color (decimal): -4159681 or 4163520. OLE color: 4163520.

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

Color convert

RGB 192 135 63 -
CMYK 0 0.30 0.67 0.25
HSL 33.49º 0.51% 0.5% -
HSV(B) 33.49º 0.67% 0.75% -
XYZ 31.3 28.89 8.63 -
YUV 143.84 82.38 162.35 -
System Red Green Blue C M Y K H S L
Decimal 192 135 63 0 0.30 0.67 0.25 33.49 0.51 0.5
Hex C0 87 3F 0 1E 43 19 21 33 32
Octal 300 207 77 0 36 103 31 41 63 62
Binary 11000000 10000111 111111 0 11110 1000011 11001 100001 110011 110010

Color Harmonies of #C0873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0873F

Black with #C0873F

Text Example


Text Example

White with #C0873F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0873F; }

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

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

background-color css

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

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

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

border-color css

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

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

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