Html Css Color HEX #C0853C Pizza

📋 copy color: '#C0853C'

red 192 ◦ green 133 ◦ blue 60

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

Shades of Pizza #C0853C

Tints of Pizza #C0853C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.55%

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

R = 49.87%
G = 34.55%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0853C (or 0xC0853C) is known color: Pizza. HEX triplet: C0, 85 and 3C. RGB value is (192,133,60). Sum of RGB (Red+Green+Blue) = 192+133+60=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C0853C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0853C is #3F7AC3. Grayscale: #8E8E8E. Windows color (decimal): -4160196 or 3966400. OLE color: 3966400.

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

Color convert

RGB 192 133 60 -
CMYK 0 0.31 0.69 0.25
HSL 33.18º 0.52% 0.49% -
HSV(B) 33.18º 0.69% 0.75% -
XYZ 30.94 28.31 8.11 -
YUV 142.32 81.55 163.44 -
System Red Green Blue C M Y K H S L
Decimal 192 133 60 0 0.31 0.69 0.25 33.18 0.52 0.49
Hex C0 85 3C 0 1F 45 19 21 34 31
Octal 300 205 74 0 37 105 31 41 64 61
Binary 11000000 10000101 111100 0 11111 1000101 11001 100001 110100 110001

Color Harmonies of #C0853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0853C

Black with #C0853C

Text Example


Text Example

White with #C0853C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0853C; }

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

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

background-color css

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

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

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

border-color css

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

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

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