Html Css Color HEX #C0963E Pizza

📋 copy color: '#C0963E'

red 192 ◦ green 150 ◦ blue 62

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

Shades of Pizza #C0963E

Tints of Pizza #C0963E

RGB

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

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

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

R = 47.52%
G = 37.13%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0963E (or 0xC0963E) is known color: Pizza. HEX triplet: C0, 96 and 3E. RGB value is (192,150,62). Sum of RGB (Red+Green+Blue) = 192+150+62=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 62 (24.61% from 255 or 15.35% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0963E is #3F69C1. Grayscale: #989898. Windows color (decimal): -4155842 or 4101824. OLE color: 4101824.

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

Color convert

RGB 192 150 62 -
CMYK 0 0.22 0.68 0.25
HSL 40.62º 0.51% 0.5% -
HSV(B) 40.62º 0.68% 0.75% -
XYZ 33.51 33.37 9.23 -
YUV 152.53 76.91 156.16 -
System Red Green Blue C M Y K H S L
Decimal 192 150 62 0 0.22 0.68 0.25 40.62 0.51 0.5
Hex C0 96 3E 0 16 44 19 29 33 32
Octal 300 226 76 0 26 104 31 51 63 62
Binary 11000000 10010110 111110 0 10110 1000100 11001 101001 110011 110010

Color Harmonies of #C0963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0963E

Black with #C0963E

Text Example


Text Example

White with #C0963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0963E; }

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

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

background-color css

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

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

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

border-color css

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

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

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