Html Css Color HEX #C0883E Pizza

📋 copy color: '#C0883E'

red 192 ◦ green 136 ◦ blue 62

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

Shades of Pizza #C0883E

Tints of Pizza #C0883E

RGB

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

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

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

R = 49.23%
G = 34.87%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0883E (or 0xC0883E) is known color: Pizza. HEX triplet: C0, 88 and 3E. RGB value is (192,136,62). Sum of RGB (Red+Green+Blue) = 192+136+62=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 62 (24.61% from 255 or 15.90% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C0883E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0883E is #3F77C1. Grayscale: #909090. Windows color (decimal): -4159426 or 4098240. OLE color: 4098240.

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

Color convert

RGB 192 136 62 -
CMYK 0 0.29 0.68 0.25
HSL 34.15º 0.51% 0.5% -
HSV(B) 34.15º 0.68% 0.75% -
XYZ 31.41 29.16 8.53 -
YUV 144.31 81.55 162.02 -
System Red Green Blue C M Y K H S L
Decimal 192 136 62 0 0.29 0.68 0.25 34.15 0.51 0.5
Hex C0 88 3E 0 1D 44 19 22 33 32
Octal 300 210 76 0 35 104 31 42 63 62
Binary 11000000 10001000 111110 0 11101 1000100 11001 100010 110011 110010

Color Harmonies of #C0883E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0883E

Black with #C0883E

Text Example


Text Example

White with #C0883E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0883E; }

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

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

background-color css

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

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

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

border-color css

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

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

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