Html Css Color HEX #C0883C Pizza

📋 copy color: '#C0883C'

red 192 ◦ green 136 ◦ blue 60

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

Shades of Pizza #C0883C

Tints of Pizza #C0883C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.05%

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

R = 49.48%
G = 35.05%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0883C (or 0xC0883C) is known color: Pizza. HEX triplet: C0, 88 and 3C. RGB value is (192,136,60). Sum of RGB (Red+Green+Blue) = 192+136+60=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C0883C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0883C is #3F77C3. Grayscale: #909090. Windows color (decimal): -4159428 or 3967168. OLE color: 3967168.

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

Color convert

RGB 192 136 60 -
CMYK 0 0.29 0.69 0.25
HSL 34.55º 0.52% 0.49% -
HSV(B) 34.55º 0.69% 0.75% -
XYZ 31.36 29.14 8.25 -
YUV 144.08 80.55 162.18 -
System Red Green Blue C M Y K H S L
Decimal 192 136 60 0 0.29 0.69 0.25 34.55 0.52 0.49
Hex C0 88 3C 0 1D 45 19 23 34 31
Octal 300 210 74 0 35 105 31 43 64 61
Binary 11000000 10001000 111100 0 11101 1000101 11001 100011 110100 110001

Color Harmonies of #C0883C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0883C

Black with #C0883C

Text Example


Text Example

White with #C0883C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0883C; }

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

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

background-color css

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

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

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

border-color css

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

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

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