Html Css Color HEX #C0893E Pizza

📋 copy color: '#C0893E'

red 192 ◦ green 137 ◦ blue 62

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

Shades of Pizza #C0893E

Tints of Pizza #C0893E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.04%

 BLUE value IS 62 (24.61% from 255) = 15.86%

R = 49.1%
G = 35.04%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0893E (or 0xC0893E) is known color: Pizza. HEX triplet: C0, 89 and 3E. RGB value is (192,137,62). Sum of RGB (Red+Green+Blue) = 192+137+62=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 62 (24.61% from 255 or 15.86% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C0893E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0893E is #3F76C1. Grayscale: #919191. Windows color (decimal): -4159170 or 4098496. OLE color: 4098496.

HSL color Cylindrical-coordinate representation of color #C0893E: hue angle of 34.62º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0893E is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 137 62 -
CMYK 0 0.29 0.68 0.25
HSL 34.62º 0.51% 0.5% -
HSV(B) 34.62º 0.68% 0.75% -
XYZ 31.55 29.45 8.58 -
YUV 144.9 81.22 161.6 -
System Red Green Blue C M Y K H S L
Decimal 192 137 62 0 0.29 0.68 0.25 34.62 0.51 0.5
Hex C0 89 3E 0 1D 44 19 23 33 32
Octal 300 211 76 0 35 104 31 43 63 62
Binary 11000000 10001001 111110 0 11101 1000100 11001 100011 110011 110010

Color Harmonies of #C0893E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0893E

Black with #C0893E

Text Example


Text Example

White with #C0893E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0893E; }

 p { color: rgb(192,137,62); }

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

background-color css

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

 a { background-color: rgb(192,137,62); }

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

border-color css

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

 span { border-color: rgb(192,137,62); }

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