Html Css Color HEX #C0933B Pizza

📋 copy color: '#C0933B'

red 192 ◦ green 147 ◦ blue 59

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

Shades of Pizza #C0933B

Tints of Pizza #C0933B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.82%

R = 48.24%
G = 36.93%
B = 14.82%

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

#C0933B (or 0xC0933B) is known color: Pizza. HEX triplet: C0, 93 and 3B. RGB value is (192,147,59). Sum of RGB (Red+Green+Blue) = 192+147+59=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 59 (23.44% from 255 or 14.82% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0933B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0933B is #3F6CC4. Grayscale: #969696. Windows color (decimal): -4156613 or 3904448. OLE color: 3904448.

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

Color convert

RGB 192 147 59 -
CMYK 0 0.23 0.69 0.25
HSL 39.7º 0.53% 0.49% -
HSV(B) 39.7º 0.69% 0.75% -
XYZ 32.96 32.39 8.65 -
YUV 150.42 76.41 157.66 -
System Red Green Blue C M Y K H S L
Decimal 192 147 59 0 0.23 0.69 0.25 39.7 0.53 0.49
Hex C0 93 3B 0 17 45 19 28 35 31
Octal 300 223 73 0 27 105 31 50 65 61
Binary 11000000 10010011 111011 0 10111 1000101 11001 101000 110101 110001

Color Harmonies of #C0933B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0933B

Black with #C0933B

Text Example


Text Example

White with #C0933B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0933B; }

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

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

background-color css

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

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

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

border-color css

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

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

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