Html Css Color HEX #C0963C Pizza

📋 copy color: '#C0963C'

red 192 ◦ green 150 ◦ blue 60

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

Shades of Pizza #C0963C

Tints of Pizza #C0963C

RGB

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

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

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

R = 47.76%
G = 37.31%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0963C (or 0xC0963C) is known color: Pizza. HEX triplet: C0, 96 and 3C. RGB value is (192,150,60). Sum of RGB (Red+Green+Blue) = 192+150+60=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C0963C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0963C is #3F69C3. Grayscale: #989898. Windows color (decimal): -4155844 or 3970752. OLE color: 3970752.

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

Color convert

RGB 192 150 60 -
CMYK 0 0.22 0.69 0.25
HSL 40.91º 0.52% 0.49% -
HSV(B) 40.91º 0.69% 0.75% -
XYZ 33.46 33.35 8.95 -
YUV 152.3 75.91 156.32 -
System Red Green Blue C M Y K H S L
Decimal 192 150 60 0 0.22 0.69 0.25 40.91 0.52 0.49
Hex C0 96 3C 0 16 45 19 29 34 31
Octal 300 226 74 0 26 105 31 51 64 61
Binary 11000000 10010110 111100 0 10110 1000101 11001 101001 110100 110001

Color Harmonies of #C0963C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0963C

Black with #C0963C

Text Example


Text Example

White with #C0963C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0963C; }

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

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

background-color css

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

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

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

border-color css

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

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

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