Html Css Color HEX #C0953C Pizza

📋 copy color: '#C0953C'

red 192 ◦ green 149 ◦ blue 60

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

Shades of Pizza #C0953C

Tints of Pizza #C0953C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.16%

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

R = 47.88%
G = 37.16%
B = 14.96%

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

#C0953C (or 0xC0953C) is known color: Pizza. HEX triplet: C0, 95 and 3C. RGB value is (192,149,60). Sum of RGB (Red+Green+Blue) = 192+149+60=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0953C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0953C is #3F6AC3. Grayscale: #989898. Windows color (decimal): -4156100 or 3970496. OLE color: 3970496.

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

Color convert

RGB 192 149 60 -
CMYK 0 0.22 0.69 0.25
HSL 40.45º 0.52% 0.49% -
HSV(B) 40.45º 0.69% 0.75% -
XYZ 33.3 33.03 8.89 -
YUV 151.71 76.25 156.74 -
System Red Green Blue C M Y K H S L
Decimal 192 149 60 0 0.22 0.69 0.25 40.45 0.52 0.49
Hex C0 95 3C 0 16 45 19 28 34 31
Octal 300 225 74 0 26 105 31 50 64 61
Binary 11000000 10010101 111100 0 10110 1000101 11001 101000 110100 110001

Color Harmonies of #C0953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0953C

Black with #C0953C

Text Example


Text Example

White with #C0953C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0953C; }

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

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

background-color css

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

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

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

border-color css

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

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

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