Html Css Color HEX #C0883F Pizza

📋 copy color: '#C0883F'

red 192 ◦ green 136 ◦ blue 63

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

Shades of Pizza #C0883F

Tints of Pizza #C0883F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.78%

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

R = 49.1%
G = 34.78%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0883F (or 0xC0883F) is known color: Pizza. HEX triplet: C0, 88 and 3F. RGB value is (192,136,63). Sum of RGB (Red+Green+Blue) = 192+136+63=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C0883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0883F is #3F77C0. Grayscale: #909090. Windows color (decimal): -4159425 or 4163776. OLE color: 4163776.

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

Color convert

RGB 192 136 63 -
CMYK 0 0.29 0.67 0.25
HSL 33.95º 0.51% 0.5% -
HSV(B) 33.95º 0.67% 0.75% -
XYZ 31.44 29.17 8.68 -
YUV 144.42 82.05 161.94 -
System Red Green Blue C M Y K H S L
Decimal 192 136 63 0 0.29 0.67 0.25 33.95 0.51 0.5
Hex C0 88 3F 0 1D 43 19 22 33 32
Octal 300 210 77 0 35 103 31 42 63 62
Binary 11000000 10001000 111111 0 11101 1000011 11001 100010 110011 110010

Color Harmonies of #C0883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0883F

Black with #C0883F

Text Example


Text Example

White with #C0883F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0883F; }

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

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

background-color css

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

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

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

border-color css

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

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

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