Html Css Color HEX #C0963F Pizza

📋 copy color: '#C0963F'

red 192 ◦ green 150 ◦ blue 63

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

Shades of Pizza #C0963F

Tints of Pizza #C0963F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.04%

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

R = 47.41%
G = 37.04%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0963F (or 0xC0963F) is known color: Pizza. HEX triplet: C0, 96 and 3F. RGB value is (192,150,63). Sum of RGB (Red+Green+Blue) = 192+150+63=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C0963F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0963F is #3F69C0. Grayscale: #999999. Windows color (decimal): -4155841 or 4167360. OLE color: 4167360.

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

Color convert

RGB 192 150 63 -
CMYK 0 0.22 0.67 0.25
HSL 40.47º 0.51% 0.5% -
HSV(B) 40.47º 0.67% 0.75% -
XYZ 33.54 33.38 9.38 -
YUV 152.64 77.41 156.07 -
System Red Green Blue C M Y K H S L
Decimal 192 150 63 0 0.22 0.67 0.25 40.47 0.51 0.5
Hex C0 96 3F 0 16 43 19 28 33 32
Octal 300 226 77 0 26 103 31 50 63 62
Binary 11000000 10010110 111111 0 10110 1000011 11001 101000 110011 110010

Color Harmonies of #C0963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0963F

Black with #C0963F

Text Example


Text Example

White with #C0963F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0963F; }

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

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

background-color css

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

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

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

border-color css

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

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

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