Html Css Color HEX #C0933C Pizza

📋 copy color: '#C0933C'

red 192 ◦ green 147 ◦ blue 60

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

Shades of Pizza #C0933C

Tints of Pizza #C0933C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.84%

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

R = 48.12%
G = 36.84%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0933C (or 0xC0933C) is known color: Pizza. HEX triplet: C0, 93 and 3C. RGB value is (192,147,60). Sum of RGB (Red+Green+Blue) = 192+147+60=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 60 (23.83% from 255 or 15.04% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0933C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0933C is #3F6CC3. Grayscale: #969696. Windows color (decimal): -4156612 or 3969984. OLE color: 3969984.

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

Color convert

RGB 192 147 60 -
CMYK 0 0.23 0.69 0.25
HSL 39.55º 0.52% 0.49% -
HSV(B) 39.55º 0.69% 0.75% -
XYZ 32.99 32.4 8.79 -
YUV 150.54 76.91 157.57 -
System Red Green Blue C M Y K H S L
Decimal 192 147 60 0 0.23 0.69 0.25 39.55 0.52 0.49
Hex C0 93 3C 0 17 45 19 28 34 31
Octal 300 223 74 0 27 105 31 50 64 61
Binary 11000000 10010011 111100 0 10111 1000101 11001 101000 110100 110001

Color Harmonies of #C0933C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0933C

Black with #C0933C

Text Example


Text Example

White with #C0933C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0933C; }

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

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

background-color css

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

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

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

border-color css

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

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

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